Shades of Dark Orchid #B42DBF
Tints of Dark Orchid #B42DBF
RGB
CMYK
RGB Variations
Color information
#B42DBF (or 0xB42DBF) is known color: Dark Orchid. HEX triplet: B4, 2D and BF. RGB value is (180,45,191). Sum of RGB (Red+Green+Blue) = 180+45+191=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #B42DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DBF is #4BD240. Grayscale: #656565. Windows color (decimal): -4969025 or 12529076. OLE color: 12529076.
HSL color Cylindrical-coordinate representation of color #B42DBF: hue angle of 295.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42DBF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 45 | 191 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.25 |
| HSL | 295.48º | 0.62% | 0.46% | - |
| HSV(B) | 295.48º | 0.76% | 0.75% | - |
| XYZ | 29.16 | 15.34 | 50.71 | - |
| YUV | 102.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 191 | 0.06 | 0.76 | 0 | 0.25 | 295.48 | 0.62 | 0.46 |
| Hex | B4 | 2D | BF | 6 | 4C | 0 | 19 | 127 | 3E | 2E |
| Octal | 264 | 55 | 277 | 6 | 114 | 0 | 31 | 447 | 76 | 56 |
| Binary | 10110100 | 101101 | 10111111 | 110 | 1001100 | 0 | 11001 | 100100111 | 111110 | 101110 |
Color Harmonies of #B42DBF
Complementary color
Monochromatic Colors of #B42DBF
Black with #B42DBF
Text Example
Text Example
White with #B42DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DBF; }
p { color: rgb(180,45,191); }
H1.HeaderClassName
{
color: #B42DBF;
}
.AnyTagClassName
{
color: #B42DBF;
}
</style>
background-color css
<style>
a { background-color: #B42DBF; }
a { background-color: rgb(180,45,191); }
div.DivClassName
{
background-color: #B42DBF;
}
.BgClassName
{
background-color: #B42DBF;
}
</style>
border-color css
<style>
span { border-color: #B42DBF; }
span { border-color: rgb(180,45,191); }
td.TdClassName
{
border-color: #B42DBF;
}
.TagClassName
{
border-color: #B42DBF;
}
</style>