Shades of Dark Orchid #B323D8
Tints of Dark Orchid #B323D8
RGB
CMYK
RGB Variations
Color information
#B323D8 (or 0xB323D8) is known color: Dark Orchid. HEX triplet: B3, 23 and D8. RGB value is (179,35,216). Sum of RGB (Red+Green+Blue) = 179+35+216=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #B323D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323D8 is #4CDC27. Grayscale: #626262. Windows color (decimal): -5037096 or 14164915. OLE color: 14164915.
HSL color Cylindrical-coordinate representation of color #B323D8: hue angle of 287.73º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B323D8 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 35 | 216 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.15 |
| HSL | 287.73º | 0.72% | 0.49% | - |
| HSV(B) | 287.73º | 0.84% | 0.85% | - |
| XYZ | 31.59 | 15.74 | 66.34 | - |
| YUV | 98.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 216 | 0.17 | 0.84 | 0 | 0.15 | 287.73 | 0.72 | 0.49 |
| Hex | B3 | 23 | D8 | 11 | 54 | 0 | F | 120 | 48 | 31 |
| Octal | 263 | 43 | 330 | 21 | 124 | 0 | 17 | 440 | 110 | 61 |
| Binary | 10110011 | 100011 | 11011000 | 10001 | 1010100 | 0 | 1111 | 100100000 | 1001000 | 110001 |
Color Harmonies of #B323D8
Complementary color
Monochromatic Colors of #B323D8
Black with #B323D8
Text Example
Text Example
White with #B323D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323D8; }
p { color: rgb(179,35,216); }
H1.HeaderClassName
{
color: #B323D8;
}
.AnyTagClassName
{
color: #B323D8;
}
</style>
background-color css
<style>
a { background-color: #B323D8; }
a { background-color: rgb(179,35,216); }
div.DivClassName
{
background-color: #B323D8;
}
.BgClassName
{
background-color: #B323D8;
}
</style>
border-color css
<style>
span { border-color: #B323D8; }
span { border-color: rgb(179,35,216); }
td.TdClassName
{
border-color: #B323D8;
}
.TagClassName
{
border-color: #B323D8;
}
</style>