Shades of Dark Orchid #B32BCD
Tints of Dark Orchid #B32BCD
RGB
CMYK
RGB Variations
Color information
#B32BCD (or 0xB32BCD) is known color: Dark Orchid. HEX triplet: B3, 2B and CD. RGB value is (179,43,205). Sum of RGB (Red+Green+Blue) = 179+43+205=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B32BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BCD is #4CD432. Grayscale: #656565. Windows color (decimal): -5035059 or 13446067. OLE color: 13446067.
HSL color Cylindrical-coordinate representation of color #B32BCD: hue angle of 290.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32BCD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 43 | 205 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.20 |
| HSL | 290.37º | 0.65% | 0.49% | - |
| HSV(B) | 290.37º | 0.79% | 0.8% | - |
| XYZ | 30.47 | 15.72 | 59.19 | - |
| YUV | 102.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 205 | 0.13 | 0.79 | 0 | 0.20 | 290.37 | 0.65 | 0.49 |
| Hex | B3 | 2B | CD | D | 4F | 0 | 14 | 122 | 41 | 31 |
| Octal | 263 | 53 | 315 | 15 | 117 | 0 | 24 | 442 | 101 | 61 |
| Binary | 10110011 | 101011 | 11001101 | 1101 | 1001111 | 0 | 10100 | 100100010 | 1000001 | 110001 |
Color Harmonies of #B32BCD
Complementary color
Monochromatic Colors of #B32BCD
Black with #B32BCD
Text Example
Text Example
White with #B32BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BCD; }
p { color: rgb(179,43,205); }
H1.HeaderClassName
{
color: #B32BCD;
}
.AnyTagClassName
{
color: #B32BCD;
}
</style>
background-color css
<style>
a { background-color: #B32BCD; }
a { background-color: rgb(179,43,205); }
div.DivClassName
{
background-color: #B32BCD;
}
.BgClassName
{
background-color: #B32BCD;
}
</style>
border-color css
<style>
span { border-color: #B32BCD; }
span { border-color: rgb(179,43,205); }
td.TdClassName
{
border-color: #B32BCD;
}
.TagClassName
{
border-color: #B32BCD;
}
</style>