Shades of Dark Orchid #B423DC
Tints of Dark Orchid #B423DC
RGB
CMYK
RGB Variations
Color information
#B423DC (or 0xB423DC) is known color: Dark Orchid. HEX triplet: B4, 23 and DC. RGB value is (180,35,220). Sum of RGB (Red+Green+Blue) = 180+35+220=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #B423DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423DC is #4BDC23. Grayscale: #626262. Windows color (decimal): -4971556 or 14427060. OLE color: 14427060.
HSL color Cylindrical-coordinate representation of color #B423DC: hue angle of 287.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B423DC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 35 | 220 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.14 |
| HSL | 287.03º | 0.73% | 0.5% | - |
| HSV(B) | 287.03º | 0.84% | 0.86% | - |
| XYZ | 32.34 | 16.07 | 69.11 | - |
| YUV | 99.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 220 | 0.18 | 0.84 | 0 | 0.14 | 287.03 | 0.73 | 0.5 |
| Hex | B4 | 23 | DC | 12 | 54 | 0 | E | 11F | 49 | 32 |
| Octal | 264 | 43 | 334 | 22 | 124 | 0 | 16 | 437 | 111 | 62 |
| Binary | 10110100 | 100011 | 11011100 | 10010 | 1010100 | 0 | 1110 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B423DC
Complementary color
Monochromatic Colors of #B423DC
Black with #B423DC
Text Example
Text Example
White with #B423DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423DC; }
p { color: rgb(180,35,220); }
H1.HeaderClassName
{
color: #B423DC;
}
.AnyTagClassName
{
color: #B423DC;
}
</style>
background-color css
<style>
a { background-color: #B423DC; }
a { background-color: rgb(180,35,220); }
div.DivClassName
{
background-color: #B423DC;
}
.BgClassName
{
background-color: #B423DC;
}
</style>
border-color css
<style>
span { border-color: #B423DC; }
span { border-color: rgb(180,35,220); }
td.TdClassName
{
border-color: #B423DC;
}
.TagClassName
{
border-color: #B423DC;
}
</style>