#bb26e0

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

Shades of Dark Orchid #BB26E0

Tints of Dark Orchid #BB26E0

Color information

#BB26E0 (or 0xBB26E0) is unknown color: approx Dark Orchid. HEX triplet: BB, 26 and E0. RGB value is (187,38,224). Sum of RGB (Red+Green+Blue) = 187+38+224=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB26E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26E0 is #44D91F. Grayscale: #676767. Windows color (decimal): -4512032 or 14689979. OLE color: 14689979.

HSL color Cylindrical-coordinate representation of color #BB26E0: hue angle of 288.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB26E0 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18738224-
CMYK0.170.8300.12
HSL288.06º75%51.37%-
HSV(B)288.06º83.04%87.84%-
XYZ34.6417.3372.04-
YUV103.76195.86187.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 38 (15.23% from 255) = 8.46%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=41.65%
G=8.46%
B=49.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187382240.170.8300.12288.067551.37
HexBB26E011530C1204b33
Octal273463402112301444011363
Binary1011101110011011100000100011010011011001001000001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb26e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb26e0; }

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

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

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

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

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

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

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

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