Shades of Dark Orchid #B322CF
Tints of Dark Orchid #B322CF
RGB
CMYK
RGB Variations
Color information
#B322CF (or 0xB322CF) is known color: Dark Orchid. HEX triplet: B3, 22 and CF. RGB value is (179,34,207). Sum of RGB (Red+Green+Blue) = 179+34+207=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #B322CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322CF is #4CDD30. Grayscale: #606060. Windows color (decimal): -5037361 or 13574835. OLE color: 13574835.
HSL color Cylindrical-coordinate representation of color #B322CF: hue angle of 290.29º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B322CF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 34 | 207 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.19 |
| HSL | 290.29º | 0.72% | 0.47% | - |
| HSV(B) | 290.29º | 0.84% | 0.81% | - |
| XYZ | 30.42 | 15.23 | 60.37 | - |
| YUV | 97.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 207 | 0.14 | 0.84 | 0 | 0.19 | 290.29 | 0.72 | 0.47 |
| Hex | B3 | 22 | CF | E | 54 | 0 | 13 | 122 | 48 | 2F |
| Octal | 263 | 42 | 317 | 16 | 124 | 0 | 23 | 442 | 110 | 57 |
| Binary | 10110011 | 100010 | 11001111 | 1110 | 1010100 | 0 | 10011 | 100100010 | 1001000 | 101111 |
Color Harmonies of #B322CF
Complementary color
Monochromatic Colors of #B322CF
Black with #B322CF
Text Example
Text Example
White with #B322CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322CF; }
p { color: rgb(179,34,207); }
H1.HeaderClassName
{
color: #B322CF;
}
.AnyTagClassName
{
color: #B322CF;
}
</style>
background-color css
<style>
a { background-color: #B322CF; }
a { background-color: rgb(179,34,207); }
div.DivClassName
{
background-color: #B322CF;
}
.BgClassName
{
background-color: #B322CF;
}
</style>
border-color css
<style>
span { border-color: #B322CF; }
span { border-color: rgb(179,34,207); }
td.TdClassName
{
border-color: #B322CF;
}
.TagClassName
{
border-color: #B322CF;
}
</style>