Html Css Color HEX #BB5AED Medium Orchid

📋 copy color: '#BB5AED'

red 187 ◦ green 90 ◦ blue 237

#BB5AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB5AED

Tints of Medium Orchid #BB5AED

RGB

 RED value IS 187 (73.44% from 255) = 36.38%

 GREEN value IS 90 (35.55% from 255) = 17.51%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 36.38%
G = 17.51%
B = 46.11%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB5AED (or 0xBB5AED) is known color: Medium Orchid. HEX triplet: BB, 5A and ED. RGB value is (187,90,237). Sum of RGB (Red+Green+Blue) = 187+90+237=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AED is #44A512. Grayscale: #878787. Windows color (decimal): -4498707 or 15555259. OLE color: 15555259.

HSL color Cylindrical-coordinate representation of color #BB5AED: hue angle of 279.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5AED is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 90 237 -
CMYK 0.21 0.62 0 0.07
HSL 279.59º 0.8% 0.64% -
HSV(B) 279.59º 0.62% 0.93% -
XYZ 39.44 23.99 82.67 -
YUV 135.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 187 90 237 0.21 0.62 0 0.07 279.59 0.8 0.64
Hex BB 5A ED 15 3E 0 7 118 50 40
Octal 273 132 355 25 76 0 7 430 120 100
Binary 10111011 1011010 11101101 10101 111110 0 111 100011000 1010000 1000000

Color Harmonies of #BB5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AED

Black with #BB5AED

Text Example


Text Example

White with #BB5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AED; }

 p { color: rgb(187,90,237); }

 H1.HeaderClassName
 {
   color: #BB5AED;
 }
 .AnyTagClassName
 {
   color: #BB5AED;
 }
</style>

background-color css

<style>
 a { background-color: #BB5AED; }

 a { background-color: rgb(187,90,237); }

 div.DivClassName
 {
   background-color: #BB5AED;
 }
 .BgClassName
 {
   background-color: #BB5AED;
 }
</style>

border-color css

<style>
 span { border-color: #BB5AED; }

 span { border-color: rgb(187,90,237); }

 td.TdClassName
 {
   border-color: #BB5AED;
 }
 .TagClassName
 {
   border-color: #BB5AED;
 }
</style>