Shades of Dark Orchid #B41DD4
Tints of Dark Orchid #B41DD4
RGB
CMYK
RGB Variations
Color information
#B41DD4 (or 0xB41DD4) is known color: Dark Orchid. HEX triplet: B4, 1D and D4. RGB value is (180,29,212). Sum of RGB (Red+Green+Blue) = 180+29+212=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #B41DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DD4 is #4BE22B. Grayscale: #5E5E5E. Windows color (decimal): -4973100 or 13901236. OLE color: 13901236.
HSL color Cylindrical-coordinate representation of color #B41DD4: hue angle of 289.51º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41DD4 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 29 | 212 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.17 |
| HSL | 289.51º | 0.76% | 0.47% | - |
| HSV(B) | 289.51º | 0.86% | 0.83% | - |
| XYZ | 31.15 | 15.34 | 63.61 | - |
| YUV | 95.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 212 | 0.15 | 0.86 | 0 | 0.17 | 289.51 | 0.76 | 0.47 |
| Hex | B4 | 1D | D4 | F | 56 | 0 | 11 | 122 | 4C | 2F |
| Octal | 264 | 35 | 324 | 17 | 126 | 0 | 21 | 442 | 114 | 57 |
| Binary | 10110100 | 11101 | 11010100 | 1111 | 1010110 | 0 | 10001 | 100100010 | 1001100 | 101111 |
Color Harmonies of #B41DD4
Complementary color
Monochromatic Colors of #B41DD4
Black with #B41DD4
Text Example
Text Example
White with #B41DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DD4; }
p { color: rgb(180,29,212); }
H1.HeaderClassName
{
color: #B41DD4;
}
.AnyTagClassName
{
color: #B41DD4;
}
</style>
background-color css
<style>
a { background-color: #B41DD4; }
a { background-color: rgb(180,29,212); }
div.DivClassName
{
background-color: #B41DD4;
}
.BgClassName
{
background-color: #B41DD4;
}
</style>
border-color css
<style>
span { border-color: #B41DD4; }
span { border-color: rgb(180,29,212); }
td.TdClassName
{
border-color: #B41DD4;
}
.TagClassName
{
border-color: #B41DD4;
}
</style>