Html Css Color HEX #BB27CC Dark Orchid

📋 copy color: '#BB27CC'

red 187 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #BB27CC

Tints of Dark Orchid #BB27CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 43.49%
G = 9.07%
B = 47.44%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB27CC (or 0xBB27CC) is known color: Dark Orchid. HEX triplet: BB, 27 and CC. RGB value is (187,39,204). Sum of RGB (Red+Green+Blue) = 187+39+204=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27CC is #44D833. Grayscale: #656565. Windows color (decimal): -4511796 or 13379515. OLE color: 13379515.

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

Color convert

RGB 187 39 204 -
CMYK 0.08 0.81 0 0.2
HSL 293.82º 0.68% 0.48% -
HSV(B) 293.82º 0.81% 0.8% -
XYZ 32.12 16.38 58.59 -
YUV 102.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 187 39 204 0.08 0.81 0 0.2 293.82 0.68 0.48
Hex BB 27 CC 8 51 0 14 126 44 30
Octal 273 47 314 10 121 0 24 446 104 60
Binary 10111011 100111 11001100 1000 1010001 0 10100 100100110 1000100 110000

Color Harmonies of #BB27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27CC

Black with #BB27CC

Text Example


Text Example

White with #BB27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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