Shades of Dark Orchid #B41BDC
Tints of Dark Orchid #B41BDC
RGB
CMYK
RGB Variations
Color information
#B41BDC (or 0xB41BDC) is known color: Dark Orchid. HEX triplet: B4, 1B and DC. RGB value is (180,27,220). Sum of RGB (Red+Green+Blue) = 180+27+220=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B41BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BDC is #4BE423. Grayscale: #5E5E5E. Windows color (decimal): -4973604 or 14425012. OLE color: 14425012.
HSL color Cylindrical-coordinate representation of color #B41BDC: hue angle of 287.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41BDC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 27 | 220 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.14 |
| HSL | 287.56º | 0.78% | 0.48% | - |
| HSV(B) | 287.56º | 0.88% | 0.86% | - |
| XYZ | 32.13 | 15.65 | 69.04 | - |
| YUV | 94.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 220 | 0.18 | 0.88 | 0 | 0.14 | 287.56 | 0.78 | 0.48 |
| Hex | B4 | 1B | DC | 12 | 58 | 0 | E | 120 | 4E | 30 |
| Octal | 264 | 33 | 334 | 22 | 130 | 0 | 16 | 440 | 116 | 60 |
| Binary | 10110100 | 11011 | 11011100 | 10010 | 1011000 | 0 | 1110 | 100100000 | 1001110 | 110000 |
Color Harmonies of #B41BDC
Complementary color
Monochromatic Colors of #B41BDC
Black with #B41BDC
Text Example
Text Example
White with #B41BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BDC; }
p { color: rgb(180,27,220); }
H1.HeaderClassName
{
color: #B41BDC;
}
.AnyTagClassName
{
color: #B41BDC;
}
</style>
background-color css
<style>
a { background-color: #B41BDC; }
a { background-color: rgb(180,27,220); }
div.DivClassName
{
background-color: #B41BDC;
}
.BgClassName
{
background-color: #B41BDC;
}
</style>
border-color css
<style>
span { border-color: #B41BDC; }
span { border-color: rgb(180,27,220); }
td.TdClassName
{
border-color: #B41BDC;
}
.TagClassName
{
border-color: #B41BDC;
}
</style>