Shades of Dark Orchid #B32CED
Tints of Dark Orchid #B32CED
RGB
CMYK
RGB Variations
Color information
#B32CED (or 0xB32CED) is known color: Dark Orchid. HEX triplet: B3, 2C and ED. RGB value is (179,44,237). Sum of RGB (Red+Green+Blue) = 179+44+237=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B32CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CED is #4CD312. Grayscale: #696969. Windows color (decimal): -5034771 or 15543475. OLE color: 15543475.
HSL color Cylindrical-coordinate representation of color #B32CED: hue angle of 281.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32CED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 44 | 237 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.07 |
| HSL | 281.97º | 0.84% | 0.55% | - |
| HSV(B) | 281.97º | 0.81% | 0.93% | - |
| XYZ | 34.78 | 17.5 | 81.67 | - |
| YUV | 106.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 237 | 0.24 | 0.81 | 0 | 0.07 | 281.97 | 0.84 | 0.55 |
| Hex | B3 | 2C | ED | 18 | 51 | 0 | 7 | 11A | 54 | 37 |
| Octal | 263 | 54 | 355 | 30 | 121 | 0 | 7 | 432 | 124 | 67 |
| Binary | 10110011 | 101100 | 11101101 | 11000 | 1010001 | 0 | 111 | 100011010 | 1010100 | 110111 |
Color Harmonies of #B32CED
Complementary color
Monochromatic Colors of #B32CED
Black with #B32CED
Text Example
Text Example
White with #B32CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CED; }
p { color: rgb(179,44,237); }
H1.HeaderClassName
{
color: #B32CED;
}
.AnyTagClassName
{
color: #B32CED;
}
</style>
background-color css
<style>
a { background-color: #B32CED; }
a { background-color: rgb(179,44,237); }
div.DivClassName
{
background-color: #B32CED;
}
.BgClassName
{
background-color: #B32CED;
}
</style>
border-color css
<style>
span { border-color: #B32CED; }
span { border-color: rgb(179,44,237); }
td.TdClassName
{
border-color: #B32CED;
}
.TagClassName
{
border-color: #B32CED;
}
</style>