Shades of Dark Orchid #B428DC
Tints of Dark Orchid #B428DC
RGB
CMYK
RGB Variations
Color information
#B428DC (or 0xB428DC) is known color: Dark Orchid. HEX triplet: B4, 28 and DC. RGB value is (180,40,220). Sum of RGB (Red+Green+Blue) = 180+40+220=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B428DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428DC is #4BD723. Grayscale: #656565. Windows color (decimal): -4970276 or 14428340. OLE color: 14428340.
HSL color Cylindrical-coordinate representation of color #B428DC: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B428DC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 40 | 220 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.14 |
| HSL | 286.67º | 0.72% | 0.51% | - |
| HSV(B) | 286.67º | 0.82% | 0.86% | - |
| XYZ | 32.5 | 16.39 | 69.16 | - |
| YUV | 102.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 220 | 0.18 | 0.82 | 0 | 0.14 | 286.67 | 0.72 | 0.51 |
| Hex | B4 | 28 | DC | 12 | 52 | 0 | E | 11F | 48 | 33 |
| Octal | 264 | 50 | 334 | 22 | 122 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110100 | 101000 | 11011100 | 10010 | 1010010 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B428DC
Complementary color
Monochromatic Colors of #B428DC
Black with #B428DC
Text Example
Text Example
White with #B428DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428DC; }
p { color: rgb(180,40,220); }
H1.HeaderClassName
{
color: #B428DC;
}
.AnyTagClassName
{
color: #B428DC;
}
</style>
background-color css
<style>
a { background-color: #B428DC; }
a { background-color: rgb(180,40,220); }
div.DivClassName
{
background-color: #B428DC;
}
.BgClassName
{
background-color: #B428DC;
}
</style>
border-color css
<style>
span { border-color: #B428DC; }
span { border-color: rgb(180,40,220); }
td.TdClassName
{
border-color: #B428DC;
}
.TagClassName
{
border-color: #B428DC;
}
</style>