#bb27da

Color #BB27DA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BB27DA

Tints of Dark Orchid #BB27DA

Color information

#BB27DA (or 0xBB27DA) is unknown color: approx Dark Orchid. HEX triplet: BB, 27 and DA. RGB value is (187,39,218). Sum of RGB (Red+Green+Blue) = 187+39+218=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27DA is #44D825. Grayscale: #676767. Windows color (decimal): -4511782 or 14297019. OLE color: 14297019.

HSL color Cylindrical-coordinate representation of color #BB27DA: hue angle of 289.61º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB27DA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18739218-
CMYK0.140.8200.15
HSL289.61º70.75%50.39%-
HSV(B)289.61º82.11%85.49%-
XYZ33.8717.0867.84-
YUV103.66192.53187.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 39 (15.62% from 255) = 8.78%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=42.12%
G=8.78%
B=49.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187392180.140.8200.15289.6170.7550.39
HexBB27DAE520F1224732
Octal273473321612201744210762
Binary101110111001111101101011101010010011111001000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb27da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb27da; }

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

 H1.HeaderClassName
 {
   color: #bb27da;
 }
 .AnyTagClassName
 {
   color: #bb27da;
 }
</style>
background-color css

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

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

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

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

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

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