Shades of Dark Orchid #B323CE
Tints of Dark Orchid #B323CE
RGB
CMYK
RGB Variations
Color information
#B323CE (or 0xB323CE) is known color: Dark Orchid. HEX triplet: B3, 23 and CE. RGB value is (179,35,206). Sum of RGB (Red+Green+Blue) = 179+35+206=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B323CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323CE is #4CDC31. Grayscale: #616161. Windows color (decimal): -5037106 or 13509555. OLE color: 13509555.
HSL color Cylindrical-coordinate representation of color #B323CE: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B323CE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 35 | 206 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.19 |
| HSL | 290.53º | 0.71% | 0.47% | - |
| HSV(B) | 290.53º | 0.83% | 0.81% | - |
| XYZ | 30.33 | 15.24 | 59.74 | - |
| YUV | 97.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 206 | 0.13 | 0.83 | 0 | 0.19 | 290.53 | 0.71 | 0.47 |
| Hex | B3 | 23 | CE | D | 53 | 0 | 13 | 123 | 47 | 2F |
| Octal | 263 | 43 | 316 | 15 | 123 | 0 | 23 | 443 | 107 | 57 |
| Binary | 10110011 | 100011 | 11001110 | 1101 | 1010011 | 0 | 10011 | 100100011 | 1000111 | 101111 |
Color Harmonies of #B323CE
Complementary color
Monochromatic Colors of #B323CE
Black with #B323CE
Text Example
Text Example
White with #B323CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323CE; }
p { color: rgb(179,35,206); }
H1.HeaderClassName
{
color: #B323CE;
}
.AnyTagClassName
{
color: #B323CE;
}
</style>
background-color css
<style>
a { background-color: #B323CE; }
a { background-color: rgb(179,35,206); }
div.DivClassName
{
background-color: #B323CE;
}
.BgClassName
{
background-color: #B323CE;
}
</style>
border-color css
<style>
span { border-color: #B323CE; }
span { border-color: rgb(179,35,206); }
td.TdClassName
{
border-color: #B323CE;
}
.TagClassName
{
border-color: #B323CE;
}
</style>