Shades of Dark Orchid #B32BC3
Tints of Dark Orchid #B32BC3
RGB
CMYK
RGB Variations
Color information
#B32BC3 (or 0xB32BC3) is known color: Dark Orchid. HEX triplet: B3, 2B and C3. RGB value is (179,43,195). Sum of RGB (Red+Green+Blue) = 179+43+195=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #B32BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BC3 is #4CD43C. Grayscale: #646464. Windows color (decimal): -5035069 or 12790707. OLE color: 12790707.
HSL color Cylindrical-coordinate representation of color #B32BC3: hue angle of 293.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32BC3 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 43 | 195 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.24 |
| HSL | 293.68º | 0.64% | 0.47% | - |
| HSV(B) | 293.68º | 0.78% | 0.76% | - |
| XYZ | 29.3 | 15.25 | 53.03 | - |
| YUV | 100.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 195 | 0.08 | 0.78 | 0 | 0.24 | 293.68 | 0.64 | 0.47 |
| Hex | B3 | 2B | C3 | 8 | 4E | 0 | 18 | 126 | 40 | 2F |
| Octal | 263 | 53 | 303 | 10 | 116 | 0 | 30 | 446 | 100 | 57 |
| Binary | 10110011 | 101011 | 11000011 | 1000 | 1001110 | 0 | 11000 | 100100110 | 1000000 | 101111 |
Color Harmonies of #B32BC3
Complementary color
Monochromatic Colors of #B32BC3
Black with #B32BC3
Text Example
Text Example
White with #B32BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BC3; }
p { color: rgb(179,43,195); }
H1.HeaderClassName
{
color: #B32BC3;
}
.AnyTagClassName
{
color: #B32BC3;
}
</style>
background-color css
<style>
a { background-color: #B32BC3; }
a { background-color: rgb(179,43,195); }
div.DivClassName
{
background-color: #B32BC3;
}
.BgClassName
{
background-color: #B32BC3;
}
</style>
border-color css
<style>
span { border-color: #B32BC3; }
span { border-color: rgb(179,43,195); }
td.TdClassName
{
border-color: #B32BC3;
}
.TagClassName
{
border-color: #B32BC3;
}
</style>