Shades of Dark Orchid #B42DB9
Tints of Dark Orchid #B42DB9
RGB
CMYK
RGB Variations
Color information
#B42DB9 (or 0xB42DB9) is known color: Dark Orchid. HEX triplet: B4, 2D and B9. RGB value is (180,45,185). Sum of RGB (Red+Green+Blue) = 180+45+185=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #B42DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB9 is #4BD246. Grayscale: #646464. Windows color (decimal): -4969031 or 12135860. OLE color: 12135860.
HSL color Cylindrical-coordinate representation of color #B42DB9: hue angle of 297.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42DB9 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 45 | 185 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.27 |
| HSL | 297.86º | 0.61% | 0.45% | - |
| HSV(B) | 297.86º | 0.76% | 0.73% | - |
| XYZ | 28.52 | 15.08 | 47.31 | - |
| YUV | 101.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 185 | 0.03 | 0.76 | 0 | 0.27 | 297.86 | 0.61 | 0.45 |
| Hex | B4 | 2D | B9 | 3 | 4C | 0 | 1B | 12A | 3D | 2D |
| Octal | 264 | 55 | 271 | 3 | 114 | 0 | 33 | 452 | 75 | 55 |
| Binary | 10110100 | 101101 | 10111001 | 11 | 1001100 | 0 | 11011 | 100101010 | 111101 | 101101 |
Color Harmonies of #B42DB9
Complementary color
Monochromatic Colors of #B42DB9
Black with #B42DB9
Text Example
Text Example
White with #B42DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DB9; }
p { color: rgb(180,45,185); }
H1.HeaderClassName
{
color: #B42DB9;
}
.AnyTagClassName
{
color: #B42DB9;
}
</style>
background-color css
<style>
a { background-color: #B42DB9; }
a { background-color: rgb(180,45,185); }
div.DivClassName
{
background-color: #B42DB9;
}
.BgClassName
{
background-color: #B42DB9;
}
</style>
border-color css
<style>
span { border-color: #B42DB9; }
span { border-color: rgb(180,45,185); }
td.TdClassName
{
border-color: #B42DB9;
}
.TagClassName
{
border-color: #B42DB9;
}
</style>