Shades of Dark Orchid #B42FBD
Tints of Dark Orchid #B42FBD
RGB
CMYK
RGB Variations
Color information
#B42FBD (or 0xB42FBD) is known color: Dark Orchid. HEX triplet: B4, 2F and BD. RGB value is (180,47,189). Sum of RGB (Red+Green+Blue) = 180+47+189=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B42FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FBD is #4BD042. Grayscale: #666666. Windows color (decimal): -4968515 or 12398516. OLE color: 12398516.
HSL color Cylindrical-coordinate representation of color #B42FBD: hue angle of 296.2º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42FBD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 47 | 189 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.26 |
| HSL | 296.2º | 0.6% | 0.46% | - |
| HSV(B) | 296.2º | 0.75% | 0.74% | - |
| XYZ | 29.02 | 15.41 | 49.59 | - |
| YUV | 102.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 189 | 0.05 | 0.75 | 0 | 0.26 | 296.2 | 0.6 | 0.46 |
| Hex | B4 | 2F | BD | 5 | 4B | 0 | 1A | 128 | 3C | 2E |
| Octal | 264 | 57 | 275 | 5 | 113 | 0 | 32 | 450 | 74 | 56 |
| Binary | 10110100 | 101111 | 10111101 | 101 | 1001011 | 0 | 11010 | 100101000 | 111100 | 101110 |
Color Harmonies of #B42FBD
Complementary color
Monochromatic Colors of #B42FBD
Black with #B42FBD
Text Example
Text Example
White with #B42FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FBD; }
p { color: rgb(180,47,189); }
H1.HeaderClassName
{
color: #B42FBD;
}
.AnyTagClassName
{
color: #B42FBD;
}
</style>
background-color css
<style>
a { background-color: #B42FBD; }
a { background-color: rgb(180,47,189); }
div.DivClassName
{
background-color: #B42FBD;
}
.BgClassName
{
background-color: #B42FBD;
}
</style>
border-color css
<style>
span { border-color: #B42FBD; }
span { border-color: rgb(180,47,189); }
td.TdClassName
{
border-color: #B42FBD;
}
.TagClassName
{
border-color: #B42FBD;
}
</style>