#BB26D8

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

Shades of Dark Orchid #BB26D8

Tints of Dark Orchid #BB26D8

Color information

#BB26D8 (or 0xBB26D8) is unknown color: approx Dark Orchid. HEX triplet: BB, 26 and D8. RGB value is (187,38,216). Sum of RGB (Red+Green+Blue) = 187+38+216=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB26D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26D8 is #44D927. Grayscale: #666666. Windows color (decimal): -4512040 or 14165691. OLE color: 14165691.

HSL color Cylindrical-coordinate representation of color #BB26D8: hue angle of 290.22º degrees, saturation: 0.7, 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 #BB26D8 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18738216-
CMYK0.130.8200.15
HSL290.22º70.08%49.8%-
HSV(B)290.22º82.41%84.71%-
XYZ33.5816.9166.46-
YUV102.84191.86188.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 38 (15.23% from 255) = 8.62%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=42.40%
G=8.62%
B=48.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187382160.130.8200.15290.2270.0849.8
HexBB26D8D520F1224632
Octal273463301512201744210662
Binary101110111001101101100011011010010011111001000101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB26D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB26D8; }

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

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

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

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

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

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

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

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