Shades of Dark Orchid #B42FC5
Tints of Dark Orchid #B42FC5
RGB
CMYK
RGB Variations
Color information
#B42FC5 (or 0xB42FC5) is known color: Dark Orchid. HEX triplet: B4, 2F and C5. RGB value is (180,47,197). Sum of RGB (Red+Green+Blue) = 180+47+197=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #B42FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FC5 is #4BD03A. Grayscale: #676767. Windows color (decimal): -4968507 or 12922804. OLE color: 12922804.
HSL color Cylindrical-coordinate representation of color #B42FC5: hue angle of 293.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42FC5 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 47 | 197 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.23 |
| HSL | 293.2º | 0.61% | 0.48% | - |
| HSV(B) | 293.2º | 0.76% | 0.77% | - |
| XYZ | 29.92 | 15.77 | 54.29 | - |
| YUV | 103.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 197 | 0.09 | 0.76 | 0 | 0.23 | 293.2 | 0.61 | 0.48 |
| Hex | B4 | 2F | C5 | 9 | 4C | 0 | 17 | 125 | 3D | 30 |
| Octal | 264 | 57 | 305 | 11 | 114 | 0 | 27 | 445 | 75 | 60 |
| Binary | 10110100 | 101111 | 11000101 | 1001 | 1001100 | 0 | 10111 | 100100101 | 111101 | 110000 |
Color Harmonies of #B42FC5
Complementary color
Monochromatic Colors of #B42FC5
Black with #B42FC5
Text Example
Text Example
White with #B42FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FC5; }
p { color: rgb(180,47,197); }
H1.HeaderClassName
{
color: #B42FC5;
}
.AnyTagClassName
{
color: #B42FC5;
}
</style>
background-color css
<style>
a { background-color: #B42FC5; }
a { background-color: rgb(180,47,197); }
div.DivClassName
{
background-color: #B42FC5;
}
.BgClassName
{
background-color: #B42FC5;
}
</style>
border-color css
<style>
span { border-color: #B42FC5; }
span { border-color: rgb(180,47,197); }
td.TdClassName
{
border-color: #B42FC5;
}
.TagClassName
{
border-color: #B42FC5;
}
</style>