Shades of Dark Orchid #B323C8
Tints of Dark Orchid #B323C8
RGB
CMYK
RGB Variations
Color information
#B323C8 (or 0xB323C8) is known color: Dark Orchid. HEX triplet: B3, 23 and C8. RGB value is (179,35,200). Sum of RGB (Red+Green+Blue) = 179+35+200=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #B323C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323C8 is #4CDC37. Grayscale: #606060. Windows color (decimal): -5037112 or 13116339. OLE color: 13116339.
HSL color Cylindrical-coordinate representation of color #B323C8: hue angle of 292.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B323C8 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 35 | 200 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.22 |
| HSL | 292.36º | 0.7% | 0.46% | - |
| HSV(B) | 292.36º | 0.83% | 0.78% | - |
| XYZ | 29.62 | 14.96 | 55.97 | - |
| YUV | 96.87 | 186.21 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 200 | 0.10 | 0.82 | 0 | 0.22 | 292.36 | 0.7 | 0.46 |
| Hex | B3 | 23 | C8 | A | 52 | 0 | 16 | 124 | 46 | 2E |
| Octal | 263 | 43 | 310 | 12 | 122 | 0 | 26 | 444 | 106 | 56 |
| Binary | 10110011 | 100011 | 11001000 | 1010 | 1010010 | 0 | 10110 | 100100100 | 1000110 | 101110 |
Color Harmonies of #B323C8
Complementary color
Monochromatic Colors of #B323C8
Black with #B323C8
Text Example
Text Example
White with #B323C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323C8; }
p { color: rgb(179,35,200); }
H1.HeaderClassName
{
color: #B323C8;
}
.AnyTagClassName
{
color: #B323C8;
}
</style>
background-color css
<style>
a { background-color: #B323C8; }
a { background-color: rgb(179,35,200); }
div.DivClassName
{
background-color: #B323C8;
}
.BgClassName
{
background-color: #B323C8;
}
</style>
border-color css
<style>
span { border-color: #B323C8; }
span { border-color: rgb(179,35,200); }
td.TdClassName
{
border-color: #B323C8;
}
.TagClassName
{
border-color: #B323C8;
}
</style>