Shades of Dark Orchid #B321CA
Tints of Dark Orchid #B321CA
RGB
CMYK
RGB Variations
Color information
#B321CA (or 0xB321CA) is known color: Dark Orchid. HEX triplet: B3, 21 and CA. RGB value is (179,33,202). Sum of RGB (Red+Green+Blue) = 179+33+202=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #B321CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321CA is #4CDE35. Grayscale: #5F5F5F. Windows color (decimal): -5037622 or 13246899. OLE color: 13246899.
HSL color Cylindrical-coordinate representation of color #B321CA: hue angle of 291.83º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B321CA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 33 | 202 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 291.83º | 0.72% | 0.46% | - |
| HSV(B) | 291.83º | 0.84% | 0.79% | - |
| XYZ | 29.79 | 14.94 | 57.19 | - |
| YUV | 95.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 202 | 0.11 | 0.84 | 0 | 0.21 | 291.83 | 0.72 | 0.46 |
| Hex | B3 | 21 | CA | B | 54 | 0 | 15 | 124 | 48 | 2E |
| Octal | 263 | 41 | 312 | 13 | 124 | 0 | 25 | 444 | 110 | 56 |
| Binary | 10110011 | 100001 | 11001010 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001000 | 101110 |
Color Harmonies of #B321CA
Complementary color
Monochromatic Colors of #B321CA
Black with #B321CA
Text Example
Text Example
White with #B321CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321CA; }
p { color: rgb(179,33,202); }
H1.HeaderClassName
{
color: #B321CA;
}
.AnyTagClassName
{
color: #B321CA;
}
</style>
background-color css
<style>
a { background-color: #B321CA; }
a { background-color: rgb(179,33,202); }
div.DivClassName
{
background-color: #B321CA;
}
.BgClassName
{
background-color: #B321CA;
}
</style>
border-color css
<style>
span { border-color: #B321CA; }
span { border-color: rgb(179,33,202); }
td.TdClassName
{
border-color: #B321CA;
}
.TagClassName
{
border-color: #B321CA;
}
</style>