Shades of Dark Orchid #B322CB
Tints of Dark Orchid #B322CB
RGB
CMYK
RGB Variations
Color information
#B322CB (or 0xB322CB) is known color: Dark Orchid. HEX triplet: B3, 22 and CB. RGB value is (179,34,203). Sum of RGB (Red+Green+Blue) = 179+34+203=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #B322CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322CB is #4CDD34. Grayscale: #606060. Windows color (decimal): -5037365 or 13312691. OLE color: 13312691.
HSL color Cylindrical-coordinate representation of color #B322CB: hue angle of 291.48º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B322CB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 34 | 203 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.20 |
| HSL | 291.48º | 0.71% | 0.46% | - |
| HSV(B) | 291.48º | 0.83% | 0.8% | - |
| XYZ | 29.94 | 15.04 | 57.82 | - |
| YUV | 96.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 203 | 0.12 | 0.83 | 0 | 0.20 | 291.48 | 0.71 | 0.46 |
| Hex | B3 | 22 | CB | C | 53 | 0 | 14 | 123 | 47 | 2E |
| Octal | 263 | 42 | 313 | 14 | 123 | 0 | 24 | 443 | 107 | 56 |
| Binary | 10110011 | 100010 | 11001011 | 1100 | 1010011 | 0 | 10100 | 100100011 | 1000111 | 101110 |
Color Harmonies of #B322CB
Complementary color
Monochromatic Colors of #B322CB
Black with #B322CB
Text Example
Text Example
White with #B322CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322CB; }
p { color: rgb(179,34,203); }
H1.HeaderClassName
{
color: #B322CB;
}
.AnyTagClassName
{
color: #B322CB;
}
</style>
background-color css
<style>
a { background-color: #B322CB; }
a { background-color: rgb(179,34,203); }
div.DivClassName
{
background-color: #B322CB;
}
.BgClassName
{
background-color: #B322CB;
}
</style>
border-color css
<style>
span { border-color: #B322CB; }
span { border-color: rgb(179,34,203); }
td.TdClassName
{
border-color: #B322CB;
}
.TagClassName
{
border-color: #B322CB;
}
</style>