Shades of Dark Orchid #B42FCE
Tints of Dark Orchid #B42FCE
RGB
CMYK
RGB Variations
Color information
#B42FCE (or 0xB42FCE) is known color: Dark Orchid. HEX triplet: B4, 2F and CE. RGB value is (180,47,206). Sum of RGB (Red+Green+Blue) = 180+47+206=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B42FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FCE is #4BD031. Grayscale: #686868. Windows color (decimal): -4968498 or 13512628. OLE color: 13512628.
HSL color Cylindrical-coordinate representation of color #B42FCE: hue angle of 290.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42FCE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 47 | 206 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.19 |
| HSL | 290.19º | 0.63% | 0.5% | - |
| HSV(B) | 290.19º | 0.77% | 0.81% | - |
| XYZ | 30.98 | 16.19 | 59.89 | - |
| YUV | 104.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 206 | 0.13 | 0.77 | 0 | 0.19 | 290.19 | 0.63 | 0.5 |
| Hex | B4 | 2F | CE | D | 4D | 0 | 13 | 122 | 3F | 32 |
| Octal | 264 | 57 | 316 | 15 | 115 | 0 | 23 | 442 | 77 | 62 |
| Binary | 10110100 | 101111 | 11001110 | 1101 | 1001101 | 0 | 10011 | 100100010 | 111111 | 110010 |
Color Harmonies of #B42FCE
Complementary color
Monochromatic Colors of #B42FCE
Black with #B42FCE
Text Example
Text Example
White with #B42FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FCE; }
p { color: rgb(180,47,206); }
H1.HeaderClassName
{
color: #B42FCE;
}
.AnyTagClassName
{
color: #B42FCE;
}
</style>
background-color css
<style>
a { background-color: #B42FCE; }
a { background-color: rgb(180,47,206); }
div.DivClassName
{
background-color: #B42FCE;
}
.BgClassName
{
background-color: #B42FCE;
}
</style>
border-color css
<style>
span { border-color: #B42FCE; }
span { border-color: rgb(180,47,206); }
td.TdClassName
{
border-color: #B42FCE;
}
.TagClassName
{
border-color: #B42FCE;
}
</style>