Shades of Dark Orchid #B42DBE
Tints of Dark Orchid #B42DBE
RGB
CMYK
RGB Variations
Color information
#B42DBE (or 0xB42DBE) is known color: Dark Orchid. HEX triplet: B4, 2D and BE. RGB value is (180,45,190). Sum of RGB (Red+Green+Blue) = 180+45+190=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #B42DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DBE is #4BD241. Grayscale: #656565. Windows color (decimal): -4969026 or 12463540. OLE color: 12463540.
HSL color Cylindrical-coordinate representation of color #B42DBE: hue angle of 295.86º 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 #B42DBE is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 45 | 190 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.25 |
| HSL | 295.86º | 0.62% | 0.46% | - |
| HSV(B) | 295.86º | 0.76% | 0.75% | - |
| XYZ | 29.06 | 15.3 | 50.14 | - |
| YUV | 101.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 190 | 0.05 | 0.76 | 0 | 0.25 | 295.86 | 0.62 | 0.46 |
| Hex | B4 | 2D | BE | 5 | 4C | 0 | 19 | 128 | 3E | 2E |
| Octal | 264 | 55 | 276 | 5 | 114 | 0 | 31 | 450 | 76 | 56 |
| Binary | 10110100 | 101101 | 10111110 | 101 | 1001100 | 0 | 11001 | 100101000 | 111110 | 101110 |
Color Harmonies of #B42DBE
Complementary color
Monochromatic Colors of #B42DBE
Black with #B42DBE
Text Example
Text Example
White with #B42DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DBE; }
p { color: rgb(180,45,190); }
H1.HeaderClassName
{
color: #B42DBE;
}
.AnyTagClassName
{
color: #B42DBE;
}
</style>
background-color css
<style>
a { background-color: #B42DBE; }
a { background-color: rgb(180,45,190); }
div.DivClassName
{
background-color: #B42DBE;
}
.BgClassName
{
background-color: #B42DBE;
}
</style>
border-color css
<style>
span { border-color: #B42DBE; }
span { border-color: rgb(180,45,190); }
td.TdClassName
{
border-color: #B42DBE;
}
.TagClassName
{
border-color: #B42DBE;
}
</style>