Shades of Dark Orchid #B423DF
Tints of Dark Orchid #B423DF
RGB
CMYK
RGB Variations
Color information
#B423DF (or 0xB423DF) is known color: Dark Orchid. HEX triplet: B4, 23 and DF. RGB value is (180,35,223). Sum of RGB (Red+Green+Blue) = 180+35+223=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B423DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423DF is #4BDC20. Grayscale: #636363. Windows color (decimal): -4971553 or 14623668. OLE color: 14623668.
HSL color Cylindrical-coordinate representation of color #B423DF: hue angle of 286.28º 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 #B423DF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 35 | 223 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.13 |
| HSL | 286.28º | 0.75% | 0.51% | - |
| HSV(B) | 286.28º | 0.84% | 0.87% | - |
| XYZ | 32.74 | 16.23 | 71.22 | - |
| YUV | 99.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 223 | 0.19 | 0.84 | 0 | 0.13 | 286.28 | 0.75 | 0.51 |
| Hex | B4 | 23 | DF | 13 | 54 | 0 | D | 11E | 4B | 33 |
| Octal | 264 | 43 | 337 | 23 | 124 | 0 | 15 | 436 | 113 | 63 |
| Binary | 10110100 | 100011 | 11011111 | 10011 | 1010100 | 0 | 1101 | 100011110 | 1001011 | 110011 |
Color Harmonies of #B423DF
Complementary color
Monochromatic Colors of #B423DF
Black with #B423DF
Text Example
Text Example
White with #B423DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423DF; }
p { color: rgb(180,35,223); }
H1.HeaderClassName
{
color: #B423DF;
}
.AnyTagClassName
{
color: #B423DF;
}
</style>
background-color css
<style>
a { background-color: #B423DF; }
a { background-color: rgb(180,35,223); }
div.DivClassName
{
background-color: #B423DF;
}
.BgClassName
{
background-color: #B423DF;
}
</style>
border-color css
<style>
span { border-color: #B423DF; }
span { border-color: rgb(180,35,223); }
td.TdClassName
{
border-color: #B423DF;
}
.TagClassName
{
border-color: #B423DF;
}
</style>