#BB26DF

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

Shades of Dark Orchid #BB26DF

Tints of Dark Orchid #BB26DF

Color information

#BB26DF (or 0xBB26DF) is unknown color: approx Dark Orchid. HEX triplet: BB, 26 and DF. RGB value is (187,38,223). Sum of RGB (Red+Green+Blue) = 187+38+223=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26DF is #44D920. Grayscale: #676767. Windows color (decimal): -4512033 or 14624443. OLE color: 14624443.

HSL color Cylindrical-coordinate representation of color #BB26DF: hue angle of 288.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB26DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18738223-
CMYK0.160.8300.13
HSL288.32º74.3%51.18%-
HSV(B)288.32º82.96%87.45%-
XYZ34.5117.2871.33-
YUV103.64195.36187.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 38 (15.23% from 255) = 8.48%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=41.74%
G=8.48%
B=49.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187382230.160.8300.13288.3274.351.18
HexBB26DF10530D1204a33
Octal273463372012301544011263
Binary1011101110011011011111100001010011011011001000001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB26DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB26DF; }

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

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

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

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

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

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

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

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