Shades of Dark Orchid #B42DBA
Tints of Dark Orchid #B42DBA
RGB
CMYK
RGB Variations
Color information
#B42DBA (or 0xB42DBA) is known color: Dark Orchid. HEX triplet: B4, 2D and BA. RGB value is (180,45,186). Sum of RGB (Red+Green+Blue) = 180+45+186=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DBA is #4BD245. Grayscale: #656565. Windows color (decimal): -4969030 or 12201396. OLE color: 12201396.
HSL color Cylindrical-coordinate representation of color #B42DBA: hue angle of 297.45º 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 #B42DBA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 45 | 186 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.27 |
| HSL | 297.45º | 0.61% | 0.45% | - |
| HSV(B) | 297.45º | 0.76% | 0.73% | - |
| XYZ | 28.62 | 15.13 | 47.87 | - |
| YUV | 101.44 | 175.73 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 186 | 0.03 | 0.76 | 0 | 0.27 | 297.45 | 0.61 | 0.45 |
| Hex | B4 | 2D | BA | 3 | 4C | 0 | 1B | 129 | 3D | 2D |
| Octal | 264 | 55 | 272 | 3 | 114 | 0 | 33 | 451 | 75 | 55 |
| Binary | 10110100 | 101101 | 10111010 | 11 | 1001100 | 0 | 11011 | 100101001 | 111101 | 101101 |
Color Harmonies of #B42DBA
Complementary color
Monochromatic Colors of #B42DBA
Black with #B42DBA
Text Example
Text Example
White with #B42DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DBA; }
p { color: rgb(180,45,186); }
H1.HeaderClassName
{
color: #B42DBA;
}
.AnyTagClassName
{
color: #B42DBA;
}
</style>
background-color css
<style>
a { background-color: #B42DBA; }
a { background-color: rgb(180,45,186); }
div.DivClassName
{
background-color: #B42DBA;
}
.BgClassName
{
background-color: #B42DBA;
}
</style>
border-color css
<style>
span { border-color: #B42DBA; }
span { border-color: rgb(180,45,186); }
td.TdClassName
{
border-color: #B42DBA;
}
.TagClassName
{
border-color: #B42DBA;
}
</style>