Shades of Dark Orchid #B41BDE
Tints of Dark Orchid #B41BDE
RGB
CMYK
RGB Variations
Color information
#B41BDE (or 0xB41BDE) is known color: Dark Orchid. HEX triplet: B4, 1B and DE. RGB value is (180,27,222). Sum of RGB (Red+Green+Blue) = 180+27+222=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #B41BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BDE is #4BE421. Grayscale: #5E5E5E. Windows color (decimal): -4973602 or 14556084. OLE color: 14556084.
HSL color Cylindrical-coordinate representation of color #B41BDE: hue angle of 287.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41BDE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 27 | 222 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.13 |
| HSL | 287.08º | 0.78% | 0.49% | - |
| HSV(B) | 287.08º | 0.88% | 0.87% | - |
| XYZ | 32.4 | 15.76 | 70.44 | - |
| YUV | 94.98 | 199.69 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 222 | 0.19 | 0.88 | 0 | 0.13 | 287.08 | 0.78 | 0.49 |
| Hex | B4 | 1B | DE | 13 | 58 | 0 | D | 11F | 4E | 31 |
| Octal | 264 | 33 | 336 | 23 | 130 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110100 | 11011 | 11011110 | 10011 | 1011000 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B41BDE
Complementary color
Monochromatic Colors of #B41BDE
Black with #B41BDE
Text Example
Text Example
White with #B41BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BDE; }
p { color: rgb(180,27,222); }
H1.HeaderClassName
{
color: #B41BDE;
}
.AnyTagClassName
{
color: #B41BDE;
}
</style>
background-color css
<style>
a { background-color: #B41BDE; }
a { background-color: rgb(180,27,222); }
div.DivClassName
{
background-color: #B41BDE;
}
.BgClassName
{
background-color: #B41BDE;
}
</style>
border-color css
<style>
span { border-color: #B41BDE; }
span { border-color: rgb(180,27,222); }
td.TdClassName
{
border-color: #B41BDE;
}
.TagClassName
{
border-color: #B41BDE;
}
</style>