Shades of Dark Orchid #B42DBB
Tints of Dark Orchid #B42DBB
RGB
CMYK
RGB Variations
Color information
#B42DBB (or 0xB42DBB) is known color: Dark Orchid. HEX triplet: B4, 2D and BB. RGB value is (180,45,187). Sum of RGB (Red+Green+Blue) = 180+45+187=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #B42DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DBB is #4BD244. Grayscale: #656565. Windows color (decimal): -4969029 or 12266932. OLE color: 12266932.
HSL color Cylindrical-coordinate representation of color #B42DBB: hue angle of 297.04º 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 #B42DBB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 45 | 187 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.27 |
| HSL | 297.04º | 0.61% | 0.45% | - |
| HSV(B) | 297.04º | 0.76% | 0.73% | - |
| XYZ | 28.73 | 15.17 | 48.43 | - |
| YUV | 101.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 187 | 0.04 | 0.76 | 0 | 0.27 | 297.04 | 0.61 | 0.45 |
| Hex | B4 | 2D | BB | 4 | 4C | 0 | 1B | 129 | 3D | 2D |
| Octal | 264 | 55 | 273 | 4 | 114 | 0 | 33 | 451 | 75 | 55 |
| Binary | 10110100 | 101101 | 10111011 | 100 | 1001100 | 0 | 11011 | 100101001 | 111101 | 101101 |
Color Harmonies of #B42DBB
Complementary color
Monochromatic Colors of #B42DBB
Black with #B42DBB
Text Example
Text Example
White with #B42DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DBB; }
p { color: rgb(180,45,187); }
H1.HeaderClassName
{
color: #B42DBB;
}
.AnyTagClassName
{
color: #B42DBB;
}
</style>
background-color css
<style>
a { background-color: #B42DBB; }
a { background-color: rgb(180,45,187); }
div.DivClassName
{
background-color: #B42DBB;
}
.BgClassName
{
background-color: #B42DBB;
}
</style>
border-color css
<style>
span { border-color: #B42DBB; }
span { border-color: rgb(180,45,187); }
td.TdClassName
{
border-color: #B42DBB;
}
.TagClassName
{
border-color: #B42DBB;
}
</style>