Html Css Color HEX #BB5ECB Medium Orchid

📋 copy color: '#BB5ECB'

red 187 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #BB5ECB

Tints of Medium Orchid #BB5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 38.64%
G = 19.42%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB5ECB (or 0xBB5ECB) is known color: Medium Orchid. HEX triplet: BB, 5E and CB. RGB value is (187,94,203). Sum of RGB (Red+Green+Blue) = 187+94+203=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECB is #44A134. Grayscale: #858585. Windows color (decimal): -4497717 or 13328059. OLE color: 13328059.

HSL color Cylindrical-coordinate representation of color #BB5ECB: hue angle of 291.19º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5ECB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 94 203 -
CMYK 0.08 0.54 0 0.20
HSL 291.19º 0.51% 0.58% -
HSV(B) 291.19º 0.54% 0.8% -
XYZ 35.28 22.88 59.06 -
YUV 134.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 187 94 203 0.08 0.54 0 0.20 291.19 0.51 0.58
Hex BB 5E CB 8 36 0 14 123 33 3A
Octal 273 136 313 10 66 0 24 443 63 72
Binary 10111011 1011110 11001011 1000 110110 0 10100 100100011 110011 111010

Color Harmonies of #BB5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5ECB

Black with #BB5ECB

Text Example


Text Example

White with #BB5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5ECB; }

 p { color: rgb(187,94,203); }

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

background-color css

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

 a { background-color: rgb(187,94,203); }

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

border-color css

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

 span { border-color: rgb(187,94,203); }

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