Shades of Dark Orchid #B323E9
Tints of Dark Orchid #B323E9
RGB
CMYK
RGB Variations
Color information
#B323E9 (or 0xB323E9) is known color: Dark Orchid. HEX triplet: B3, 23 and E9. RGB value is (179,35,233). Sum of RGB (Red+Green+Blue) = 179+35+233=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #B323E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323E9 is #4CDC16. Grayscale: #636363. Windows color (decimal): -5037079 or 15279027. OLE color: 15279027.
HSL color Cylindrical-coordinate representation of color #B323E9: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B323E9 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 35 | 233 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.09 |
| HSL | 283.64º | 0.82% | 0.53% | - |
| HSV(B) | 283.64º | 0.85% | 0.91% | - |
| XYZ | 33.9 | 16.67 | 78.52 | - |
| YUV | 100.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 233 | 0.23 | 0.85 | 0 | 0.09 | 283.64 | 0.82 | 0.53 |
| Hex | B3 | 23 | E9 | 17 | 55 | 0 | 9 | 11C | 52 | 35 |
| Octal | 263 | 43 | 351 | 27 | 125 | 0 | 11 | 434 | 122 | 65 |
| Binary | 10110011 | 100011 | 11101001 | 10111 | 1010101 | 0 | 1001 | 100011100 | 1010010 | 110101 |
Color Harmonies of #B323E9
Complementary color
Monochromatic Colors of #B323E9
Black with #B323E9
Text Example
Text Example
White with #B323E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323E9; }
p { color: rgb(179,35,233); }
H1.HeaderClassName
{
color: #B323E9;
}
.AnyTagClassName
{
color: #B323E9;
}
</style>
background-color css
<style>
a { background-color: #B323E9; }
a { background-color: rgb(179,35,233); }
div.DivClassName
{
background-color: #B323E9;
}
.BgClassName
{
background-color: #B323E9;
}
</style>
border-color css
<style>
span { border-color: #B323E9; }
span { border-color: rgb(179,35,233); }
td.TdClassName
{
border-color: #B323E9;
}
.TagClassName
{
border-color: #B323E9;
}
</style>