Html Css Color HEX #BB5DCB Medium Orchid

📋 copy color: '#BB5DCB'

red 187 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #BB5DCB

Tints of Medium Orchid #BB5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

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

R = 38.72%
G = 19.25%
B = 42.03%

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

#BB5DCB (or 0xBB5DCB) is known color: Medium Orchid. HEX triplet: BB, 5D and CB. RGB value is (187,93,203). Sum of RGB (Red+Green+Blue) = 187+93+203=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCB is #44A234. Grayscale: #858585. Windows color (decimal): -4497973 or 13327803. OLE color: 13327803.

HSL color Cylindrical-coordinate representation of color #BB5DCB: hue angle of 291.27º 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 #BB5DCB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 93 203 -
CMYK 0.08 0.54 0 0.20
HSL 291.27º 0.51% 0.58% -
HSV(B) 291.27º 0.54% 0.8% -
XYZ 35.19 22.71 59.03 -
YUV 133.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 187 93 203 0.08 0.54 0 0.20 291.27 0.51 0.58
Hex BB 5D CB 8 36 0 14 123 33 3A
Octal 273 135 313 10 66 0 24 443 63 72
Binary 10111011 1011101 11001011 1000 110110 0 10100 100100011 110011 111010

Color Harmonies of #BB5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DCB

Black with #BB5DCB

Text Example


Text Example

White with #BB5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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