Html Css Color HEX #BB27CE Dark Orchid

📋 copy color: '#BB27CE'

red 187 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #BB27CE

Tints of Dark Orchid #BB27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 43.29%
G = 9.03%
B = 47.69%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB27CE (or 0xBB27CE) is known color: Dark Orchid. HEX triplet: BB, 27 and CE. RGB value is (187,39,206). Sum of RGB (Red+Green+Blue) = 187+39+206=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27CE is #44D831. Grayscale: #656565. Windows color (decimal): -4511794 or 13510587. OLE color: 13510587.

HSL color Cylindrical-coordinate representation of color #BB27CE: hue angle of 293.17º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB27CE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 39 206 -
CMYK 0.09 0.81 0 0.19
HSL 293.17º 0.68% 0.48% -
HSV(B) 293.17º 0.81% 0.81% -
XYZ 32.36 16.47 59.87 -
YUV 102.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 187 39 206 0.09 0.81 0 0.19 293.17 0.68 0.48
Hex BB 27 CE 9 51 0 13 125 44 30
Octal 273 47 316 11 121 0 23 445 104 60
Binary 10111011 100111 11001110 1001 1010001 0 10011 100100101 1000100 110000

Color Harmonies of #BB27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27CE

Black with #BB27CE

Text Example


Text Example

White with #BB27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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