Shades of Dark Orchid #B41CE1
Tints of Dark Orchid #B41CE1
RGB
CMYK
RGB Variations
Color information
#B41CE1 (or 0xB41CE1) is known color: Dark Orchid. HEX triplet: B4, 1C and E1. RGB value is (180,28,225). Sum of RGB (Red+Green+Blue) = 180+28+225=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #B41CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CE1 is #4BE31E. Grayscale: #5F5F5F. Windows color (decimal): -4973343 or 14752948. OLE color: 14752948.
HSL color Cylindrical-coordinate representation of color #B41CE1: hue angle of 286.29º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41CE1 is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 28 | 225 | - |
| CMYK | 0.2 | 0.88 | 0 | 0.12 |
| HSL | 286.29º | 0.78% | 0.5% | - |
| HSV(B) | 286.29º | 0.88% | 0.88% | - |
| XYZ | 32.83 | 15.97 | 72.59 | - |
| YUV | 95.91 | 200.86 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 225 | 0.2 | 0.88 | 0 | 0.12 | 286.29 | 0.78 | 0.5 |
| Hex | B4 | 1C | E1 | 14 | 58 | 0 | C | 11E | 4E | 32 |
| Octal | 264 | 34 | 341 | 24 | 130 | 0 | 14 | 436 | 116 | 62 |
| Binary | 10110100 | 11100 | 11100001 | 10100 | 1011000 | 0 | 1100 | 100011110 | 1001110 | 110010 |
Color Harmonies of #B41CE1
Complementary color
Monochromatic Colors of #B41CE1
Black with #B41CE1
Text Example
Text Example
White with #B41CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CE1; }
p { color: rgb(180,28,225); }
H1.HeaderClassName
{
color: #B41CE1;
}
.AnyTagClassName
{
color: #B41CE1;
}
</style>
background-color css
<style>
a { background-color: #B41CE1; }
a { background-color: rgb(180,28,225); }
div.DivClassName
{
background-color: #B41CE1;
}
.BgClassName
{
background-color: #B41CE1;
}
</style>
border-color css
<style>
span { border-color: #B41CE1; }
span { border-color: rgb(180,28,225); }
td.TdClassName
{
border-color: #B41CE1;
}
.TagClassName
{
border-color: #B41CE1;
}
</style>