Shades of Dark Orchid #B42FE3
Tints of Dark Orchid #B42FE3
RGB
CMYK
RGB Variations
Color information
#B42FE3 (or 0xB42FE3) is known color: Dark Orchid. HEX triplet: B4, 2F and E3. RGB value is (180,47,227). Sum of RGB (Red+Green+Blue) = 180+47+227=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #B42FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FE3 is #4BD01C. Grayscale: #6A6A6A. Windows color (decimal): -4968477 or 14888884. OLE color: 14888884.
HSL color Cylindrical-coordinate representation of color #B42FE3: hue angle of 284.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42FE3 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 47 | 227 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.11 |
| HSL | 284.33º | 0.76% | 0.54% | - |
| HSV(B) | 284.33º | 0.79% | 0.89% | - |
| XYZ | 33.7 | 17.28 | 74.23 | - |
| YUV | 107.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 227 | 0.21 | 0.79 | 0 | 0.11 | 284.33 | 0.76 | 0.54 |
| Hex | B4 | 2F | E3 | 15 | 4F | 0 | B | 11C | 4C | 36 |
| Octal | 264 | 57 | 343 | 25 | 117 | 0 | 13 | 434 | 114 | 66 |
| Binary | 10110100 | 101111 | 11100011 | 10101 | 1001111 | 0 | 1011 | 100011100 | 1001100 | 110110 |
Color Harmonies of #B42FE3
Complementary color
Monochromatic Colors of #B42FE3
Black with #B42FE3
Text Example
Text Example
White with #B42FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FE3; }
p { color: rgb(180,47,227); }
H1.HeaderClassName
{
color: #B42FE3;
}
.AnyTagClassName
{
color: #B42FE3;
}
</style>
background-color css
<style>
a { background-color: #B42FE3; }
a { background-color: rgb(180,47,227); }
div.DivClassName
{
background-color: #B42FE3;
}
.BgClassName
{
background-color: #B42FE3;
}
</style>
border-color css
<style>
span { border-color: #B42FE3; }
span { border-color: rgb(180,47,227); }
td.TdClassName
{
border-color: #B42FE3;
}
.TagClassName
{
border-color: #B42FE3;
}
</style>