Shades of Dark Orchid #B323DC
Tints of Dark Orchid #B323DC
RGB
CMYK
RGB Variations
Color information
#B323DC (or 0xB323DC) is known color: Dark Orchid. HEX triplet: B3, 23 and DC. RGB value is (179,35,220). Sum of RGB (Red+Green+Blue) = 179+35+220=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B323DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323DC is #4CDC23. Grayscale: #626262. Windows color (decimal): -5037092 or 14427059. OLE color: 14427059.
HSL color Cylindrical-coordinate representation of color #B323DC: hue angle of 286.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B323DC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 35 | 220 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.14 |
| HSL | 286.7º | 0.73% | 0.5% | - |
| HSV(B) | 286.7º | 0.84% | 0.86% | - |
| XYZ | 32.11 | 15.95 | 69.1 | - |
| YUV | 99.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 220 | 0.19 | 0.84 | 0 | 0.14 | 286.7 | 0.73 | 0.5 |
| Hex | B3 | 23 | DC | 13 | 54 | 0 | E | 11F | 49 | 32 |
| Octal | 263 | 43 | 334 | 23 | 124 | 0 | 16 | 437 | 111 | 62 |
| Binary | 10110011 | 100011 | 11011100 | 10011 | 1010100 | 0 | 1110 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B323DC
Complementary color
Monochromatic Colors of #B323DC
Black with #B323DC
Text Example
Text Example
White with #B323DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323DC; }
p { color: rgb(179,35,220); }
H1.HeaderClassName
{
color: #B323DC;
}
.AnyTagClassName
{
color: #B323DC;
}
</style>
background-color css
<style>
a { background-color: #B323DC; }
a { background-color: rgb(179,35,220); }
div.DivClassName
{
background-color: #B323DC;
}
.BgClassName
{
background-color: #B323DC;
}
</style>
border-color css
<style>
span { border-color: #B323DC; }
span { border-color: rgb(179,35,220); }
td.TdClassName
{
border-color: #B323DC;
}
.TagClassName
{
border-color: #B323DC;
}
</style>