Shades of Dark Orchid #B424DF
Tints of Dark Orchid #B424DF
RGB
CMYK
RGB Variations
Color information
#B424DF (or 0xB424DF) is known color: Dark Orchid. HEX triplet: B4, 24 and DF. RGB value is (180,36,223). Sum of RGB (Red+Green+Blue) = 180+36+223=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B424DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424DF is #4BDB20. Grayscale: #636363. Windows color (decimal): -4971297 or 14623924. OLE color: 14623924.
HSL color Cylindrical-coordinate representation of color #B424DF: hue angle of 286.2º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B424DF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 36 | 223 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.13 |
| HSL | 286.2º | 0.75% | 0.51% | - |
| HSV(B) | 286.2º | 0.84% | 0.87% | - |
| XYZ | 32.77 | 16.29 | 71.23 | - |
| YUV | 100.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 223 | 0.19 | 0.84 | 0 | 0.13 | 286.2 | 0.75 | 0.51 |
| Hex | B4 | 24 | DF | 13 | 54 | 0 | D | 11E | 4B | 33 |
| Octal | 264 | 44 | 337 | 23 | 124 | 0 | 15 | 436 | 113 | 63 |
| Binary | 10110100 | 100100 | 11011111 | 10011 | 1010100 | 0 | 1101 | 100011110 | 1001011 | 110011 |
Color Harmonies of #B424DF
Complementary color
Monochromatic Colors of #B424DF
Black with #B424DF
Text Example
Text Example
White with #B424DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424DF; }
p { color: rgb(180,36,223); }
H1.HeaderClassName
{
color: #B424DF;
}
.AnyTagClassName
{
color: #B424DF;
}
</style>
background-color css
<style>
a { background-color: #B424DF; }
a { background-color: rgb(180,36,223); }
div.DivClassName
{
background-color: #B424DF;
}
.BgClassName
{
background-color: #B424DF;
}
</style>
border-color css
<style>
span { border-color: #B424DF; }
span { border-color: rgb(180,36,223); }
td.TdClassName
{
border-color: #B424DF;
}
.TagClassName
{
border-color: #B424DF;
}
</style>