Shades of Dark Orchid #B41FDD
Tints of Dark Orchid #B41FDD
RGB
CMYK
RGB Variations
Color information
#B41FDD (or 0xB41FDD) is known color: Dark Orchid. HEX triplet: B4, 1F and DD. RGB value is (180,31,221). Sum of RGB (Red+Green+Blue) = 180+31+221=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B41FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FDD is #4BE022. Grayscale: #606060. Windows color (decimal): -4972579 or 14491572. OLE color: 14491572.
HSL color Cylindrical-coordinate representation of color #B41FDD: hue angle of 287.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41FDD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 31 | 221 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 287.05º | 0.75% | 0.49% | - |
| HSV(B) | 287.05º | 0.86% | 0.87% | - |
| XYZ | 32.36 | 15.9 | 69.77 | - |
| YUV | 97.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 221 | 0.19 | 0.86 | 0 | 0.13 | 287.05 | 0.75 | 0.49 |
| Hex | B4 | 1F | DD | 13 | 56 | 0 | D | 11F | 4B | 31 |
| Octal | 264 | 37 | 335 | 23 | 126 | 0 | 15 | 437 | 113 | 61 |
| Binary | 10110100 | 11111 | 11011101 | 10011 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B41FDD
Complementary color
Monochromatic Colors of #B41FDD
Black with #B41FDD
Text Example
Text Example
White with #B41FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41FDD; }
p { color: rgb(180,31,221); }
H1.HeaderClassName
{
color: #B41FDD;
}
.AnyTagClassName
{
color: #B41FDD;
}
</style>
background-color css
<style>
a { background-color: #B41FDD; }
a { background-color: rgb(180,31,221); }
div.DivClassName
{
background-color: #B41FDD;
}
.BgClassName
{
background-color: #B41FDD;
}
</style>
border-color css
<style>
span { border-color: #B41FDD; }
span { border-color: rgb(180,31,221); }
td.TdClassName
{
border-color: #B41FDD;
}
.TagClassName
{
border-color: #B41FDD;
}
</style>