Shades of Dark Orchid #B41EDA
Tints of Dark Orchid #B41EDA
RGB
CMYK
RGB Variations
Color information
#B41EDA (or 0xB41EDA) is known color: Dark Orchid. HEX triplet: B4, 1E and DA. RGB value is (180,30,218). Sum of RGB (Red+Green+Blue) = 180+30+218=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B41EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDA is #4BE125. Grayscale: #5F5F5F. Windows color (decimal): -4972838 or 14294708. OLE color: 14294708.
HSL color Cylindrical-coordinate representation of color #B41EDA: hue angle of 287.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41EDA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 30 | 218 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.15 |
| HSL | 287.87º | 0.76% | 0.49% | - |
| HSV(B) | 287.87º | 0.86% | 0.85% | - |
| XYZ | 31.94 | 15.69 | 67.68 | - |
| YUV | 96.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 218 | 0.17 | 0.86 | 0 | 0.15 | 287.87 | 0.76 | 0.49 |
| Hex | B4 | 1E | DA | 11 | 56 | 0 | F | 120 | 4C | 31 |
| Octal | 264 | 36 | 332 | 21 | 126 | 0 | 17 | 440 | 114 | 61 |
| Binary | 10110100 | 11110 | 11011010 | 10001 | 1010110 | 0 | 1111 | 100100000 | 1001100 | 110001 |
Color Harmonies of #B41EDA
Complementary color
Monochromatic Colors of #B41EDA
Black with #B41EDA
Text Example
Text Example
White with #B41EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41EDA; }
p { color: rgb(180,30,218); }
H1.HeaderClassName
{
color: #B41EDA;
}
.AnyTagClassName
{
color: #B41EDA;
}
</style>
background-color css
<style>
a { background-color: #B41EDA; }
a { background-color: rgb(180,30,218); }
div.DivClassName
{
background-color: #B41EDA;
}
.BgClassName
{
background-color: #B41EDA;
}
</style>
border-color css
<style>
span { border-color: #B41EDA; }
span { border-color: rgb(180,30,218); }
td.TdClassName
{
border-color: #B41EDA;
}
.TagClassName
{
border-color: #B41EDA;
}
</style>