Html Css Color HEX #BB59CB Medium Orchid

📋 copy color: '#BB59CB'

red 187 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #BB59CB

Tints of Medium Orchid #BB59CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.58%

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

R = 39.04%
G = 18.58%
B = 42.38%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB59CB (or 0xBB59CB) is known color: Medium Orchid. HEX triplet: BB, 59 and CB. RGB value is (187,89,203). Sum of RGB (Red+Green+Blue) = 187+89+203=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59CB is #44A634. Grayscale: #828282. Windows color (decimal): -4498997 or 13326779. OLE color: 13326779.

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

Color convert

RGB 187 89 203 -
CMYK 0.08 0.56 0 0.20
HSL 291.58º 0.52% 0.57% -
HSV(B) 291.58º 0.56% 0.8% -
XYZ 34.85 22.02 58.91 -
YUV 131.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 187 89 203 0.08 0.56 0 0.20 291.58 0.52 0.57
Hex BB 59 CB 8 38 0 14 124 34 39
Octal 273 131 313 10 70 0 24 444 64 71
Binary 10111011 1011001 11001011 1000 111000 0 10100 100100100 110100 111001

Color Harmonies of #BB59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59CB

Black with #BB59CB

Text Example


Text Example

White with #BB59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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