Shades of Dark Orchid #B330E8
Tints of Dark Orchid #B330E8
RGB
CMYK
RGB Variations
Color information
#B330E8 (or 0xB330E8) is known color: Dark Orchid. HEX triplet: B3, 30 and E8. RGB value is (179,48,232). Sum of RGB (Red+Green+Blue) = 179+48+232=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #B330E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330E8 is #4CCF17. Grayscale: #6B6B6B. Windows color (decimal): -5033752 or 15216819. OLE color: 15216819.
HSL color Cylindrical-coordinate representation of color #B330E8: hue angle of 282.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B330E8 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 48 | 232 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.09 |
| HSL | 282.72º | 0.8% | 0.55% | - |
| HSV(B) | 282.72º | 0.79% | 0.91% | - |
| XYZ | 34.21 | 17.52 | 77.92 | - |
| YUV | 108.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 232 | 0.23 | 0.79 | 0 | 0.09 | 282.72 | 0.8 | 0.55 |
| Hex | B3 | 30 | E8 | 17 | 4F | 0 | 9 | 11B | 50 | 37 |
| Octal | 263 | 60 | 350 | 27 | 117 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110011 | 110000 | 11101000 | 10111 | 1001111 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B330E8
Complementary color
Monochromatic Colors of #B330E8
Black with #B330E8
Text Example
Text Example
White with #B330E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330E8; }
p { color: rgb(179,48,232); }
H1.HeaderClassName
{
color: #B330E8;
}
.AnyTagClassName
{
color: #B330E8;
}
</style>
background-color css
<style>
a { background-color: #B330E8; }
a { background-color: rgb(179,48,232); }
div.DivClassName
{
background-color: #B330E8;
}
.BgClassName
{
background-color: #B330E8;
}
</style>
border-color css
<style>
span { border-color: #B330E8; }
span { border-color: rgb(179,48,232); }
td.TdClassName
{
border-color: #B330E8;
}
.TagClassName
{
border-color: #B330E8;
}
</style>