Shades of Dark Orchid #B42FBC
Tints of Dark Orchid #B42FBC
RGB
CMYK
RGB Variations
Color information
#B42FBC (or 0xB42FBC) is known color: Dark Orchid. HEX triplet: B4, 2F and BC. RGB value is (180,47,188). Sum of RGB (Red+Green+Blue) = 180+47+188=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #B42FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FBC is #4BD043. Grayscale: #666666. Windows color (decimal): -4968516 or 12332980. OLE color: 12332980.
HSL color Cylindrical-coordinate representation of color #B42FBC: hue angle of 296.6º 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 #B42FBC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 47 | 188 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.26 |
| HSL | 296.6º | 0.6% | 0.46% | - |
| HSV(B) | 296.6º | 0.75% | 0.74% | - |
| XYZ | 28.92 | 15.37 | 49.02 | - |
| YUV | 102.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 188 | 0.04 | 0.75 | 0 | 0.26 | 296.6 | 0.6 | 0.46 |
| Hex | B4 | 2F | BC | 4 | 4B | 0 | 1A | 129 | 3C | 2E |
| Octal | 264 | 57 | 274 | 4 | 113 | 0 | 32 | 451 | 74 | 56 |
| Binary | 10110100 | 101111 | 10111100 | 100 | 1001011 | 0 | 11010 | 100101001 | 111100 | 101110 |
Color Harmonies of #B42FBC
Complementary color
Monochromatic Colors of #B42FBC
Black with #B42FBC
Text Example
Text Example
White with #B42FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FBC; }
p { color: rgb(180,47,188); }
H1.HeaderClassName
{
color: #B42FBC;
}
.AnyTagClassName
{
color: #B42FBC;
}
</style>
background-color css
<style>
a { background-color: #B42FBC; }
a { background-color: rgb(180,47,188); }
div.DivClassName
{
background-color: #B42FBC;
}
.BgClassName
{
background-color: #B42FBC;
}
</style>
border-color css
<style>
span { border-color: #B42FBC; }
span { border-color: rgb(180,47,188); }
td.TdClassName
{
border-color: #B42FBC;
}
.TagClassName
{
border-color: #B42FBC;
}
</style>