Shades of Dark Orchid #B41EDF
Tints of Dark Orchid #B41EDF
RGB
CMYK
RGB Variations
Color information
#B41EDF (or 0xB41EDF) is known color: Dark Orchid. HEX triplet: B4, 1E and DF. RGB value is (180,30,223). Sum of RGB (Red+Green+Blue) = 180+30+223=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #B41EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDF is #4BE120. Grayscale: #606060. Windows color (decimal): -4972833 or 14622388. OLE color: 14622388.
HSL color Cylindrical-coordinate representation of color #B41EDF: hue angle of 286.63º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41EDF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 30 | 223 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.13 |
| HSL | 286.63º | 0.76% | 0.5% | - |
| HSV(B) | 286.63º | 0.87% | 0.87% | - |
| XYZ | 32.61 | 15.96 | 71.17 | - |
| YUV | 96.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 223 | 0.19 | 0.87 | 0 | 0.13 | 286.63 | 0.76 | 0.5 |
| Hex | B4 | 1E | DF | 13 | 57 | 0 | D | 11F | 4C | 32 |
| Octal | 264 | 36 | 337 | 23 | 127 | 0 | 15 | 437 | 114 | 62 |
| Binary | 10110100 | 11110 | 11011111 | 10011 | 1010111 | 0 | 1101 | 100011111 | 1001100 | 110010 |
Color Harmonies of #B41EDF
Complementary color
Monochromatic Colors of #B41EDF
Black with #B41EDF
Text Example
Text Example
White with #B41EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41EDF; }
p { color: rgb(180,30,223); }
H1.HeaderClassName
{
color: #B41EDF;
}
.AnyTagClassName
{
color: #B41EDF;
}
</style>
background-color css
<style>
a { background-color: #B41EDF; }
a { background-color: rgb(180,30,223); }
div.DivClassName
{
background-color: #B41EDF;
}
.BgClassName
{
background-color: #B41EDF;
}
</style>
border-color css
<style>
span { border-color: #B41EDF; }
span { border-color: rgb(180,30,223); }
td.TdClassName
{
border-color: #B41EDF;
}
.TagClassName
{
border-color: #B41EDF;
}
</style>