#BB28D8

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

Shades of Dark Orchid #BB28D8

Tints of Dark Orchid #BB28D8

Color information

#BB28D8 (or 0xBB28D8) is unknown color: approx Dark Orchid. HEX triplet: BB, 28 and D8. RGB value is (187,40,216). Sum of RGB (Red+Green+Blue) = 187+40+216=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28D8 is #44D727. Grayscale: #676767. Windows color (decimal): -4511528 or 14166203. OLE color: 14166203.

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

Color convert

RGB18740216-
CMYK0.130.8100.15
HSL290.11º69.29%50.2%-
HSV(B)290.11º81.48%84.71%-
XYZ33.6517.0466.48-
YUV104.02191.2187.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 40 (16.02% from 255) = 9.03%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=42.21%
G=9.03%
B=48.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187402160.130.8100.15290.1169.2950.2
HexBB28D8D510F1224532
Octal273503301512101744210562
Binary101110111010001101100011011010001011111001000101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB28D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB28D8; }

 p { color: rgb(187,40,216); }

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

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

 a { background-color: rgb(187,40,216); }

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

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

 span { border-color: rgb(187,40,216); }

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