Html Css Color HEX #BB27CB Dark Orchid

📋 copy color: '#BB27CB'

red 187 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #BB27CB

Tints of Dark Orchid #BB27CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.09%

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

R = 43.59%
G = 9.09%
B = 47.32%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB27CB (or 0xBB27CB) is known color: Dark Orchid. HEX triplet: BB, 27 and CB. RGB value is (187,39,203). Sum of RGB (Red+Green+Blue) = 187+39+203=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27CB is #44D834. Grayscale: #656565. Windows color (decimal): -4511797 or 13313979. OLE color: 13313979.

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

Color convert

RGB 187 39 203 -
CMYK 0.08 0.81 0 0.20
HSL 294.15º 0.68% 0.47% -
HSV(B) 294.15º 0.81% 0.8% -
XYZ 32 16.33 57.96 -
YUV 101.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 187 39 203 0.08 0.81 0 0.20 294.15 0.68 0.47
Hex BB 27 CB 8 51 0 14 126 44 2F
Octal 273 47 313 10 121 0 24 446 104 57
Binary 10111011 100111 11001011 1000 1010001 0 10100 100100110 1000100 101111

Color Harmonies of #BB27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27CB

Black with #BB27CB

Text Example


Text Example

White with #BB27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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