#BB27C8

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

Shades of Dark Orchid #BB27C8

Tints of Dark Orchid #BB27C8

Color information

#BB27C8 (or 0xBB27C8) is unknown color: approx Dark Orchid. HEX triplet: BB, 27 and C8. RGB value is (187,39,200). Sum of RGB (Red+Green+Blue) = 187+39+200=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB27C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27C8 is #44D837. Grayscale: #656565. Windows color (decimal): -4511800 or 13117371. OLE color: 13117371.

HSL color Cylindrical-coordinate representation of color #BB27C8: hue angle of 295.16º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB27C8 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18739200-
CMYK0.060.8000.22
HSL295.16º67.36%46.86%-
HSV(B)295.16º80.5%78.43%-
XYZ31.6416.1956.1-
YUV101.61183.53188.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 39 (15.62% from 255) = 9.15%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=43.90%
G=9.15%
B=46.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187392000.060.8000.22295.1667.3646.86
HexBB27C8650016127432f
Octal27347310612002644710357
Binary101110111001111100100011010100000101101001001111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27C8; }

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

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

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

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

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

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

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

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