Shades of Dark Orchid #BB26C8
Tints of Dark Orchid #BB26C8
RGB
CMYK
RGB Variations
Color information
#BB26C8 (or 0xBB26C8) is known color: Dark Orchid. HEX triplet: BB, 26 and C8. RGB value is (187,38,200). Sum of RGB (Red+Green+Blue) = 187+38+200=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB26C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26C8 is #44D937. Grayscale: #646464. Windows color (decimal): -4512056 or 13117115. OLE color: 13117115.
HSL color Cylindrical-coordinate representation of color #BB26C8: hue angle of 295.19º degrees, saturation: 0.68, 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 #BB26C8 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 38 | 200 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.22 |
| HSL | 295.19º | 0.68% | 0.47% | - |
| HSV(B) | 295.19º | 0.81% | 0.78% | - |
| XYZ | 31.61 | 16.12 | 56.09 | - |
| YUV | 101.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 200 | 0.06 | 0.81 | 0 | 0.22 | 295.19 | 0.68 | 0.47 |
| Hex | BB | 26 | C8 | 6 | 51 | 0 | 16 | 127 | 44 | 2F |
| Octal | 273 | 46 | 310 | 6 | 121 | 0 | 26 | 447 | 104 | 57 |
| Binary | 10111011 | 100110 | 11001000 | 110 | 1010001 | 0 | 10110 | 100100111 | 1000100 | 101111 |
Color Harmonies of #BB26C8
Complementary color
Monochromatic Colors of #BB26C8
Black with #BB26C8
Text Example
Text Example
White with #BB26C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26C8; }
p { color: rgb(187,38,200); }
H1.HeaderClassName
{
color: #BB26C8;
}
.AnyTagClassName
{
color: #BB26C8;
}
</style>
background-color css
<style>
a { background-color: #BB26C8; }
a { background-color: rgb(187,38,200); }
div.DivClassName
{
background-color: #BB26C8;
}
.BgClassName
{
background-color: #BB26C8;
}
</style>
border-color css
<style>
span { border-color: #BB26C8; }
span { border-color: rgb(187,38,200); }
td.TdClassName
{
border-color: #BB26C8;
}
.TagClassName
{
border-color: #BB26C8;
}
</style>