Shades of Dark Orchid #B628DC
Tints of Dark Orchid #B628DC
RGB
CMYK
RGB Variations
Color information
#B628DC (or 0xB628DC) is known color: Dark Orchid. HEX triplet: B6, 28 and DC. RGB value is (182,40,220). Sum of RGB (Red+Green+Blue) = 182+40+220=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #B628DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DC is #49D723. Grayscale: #666666. Windows color (decimal): -4839204 or 14428342. OLE color: 14428342.
HSL color Cylindrical-coordinate representation of color #B628DC: hue angle of 287.33º 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 #B628DC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 40 | 220 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.14 |
| HSL | 287.33º | 0.72% | 0.51% | - |
| HSV(B) | 287.33º | 0.82% | 0.86% | - |
| XYZ | 32.97 | 16.63 | 69.18 | - |
| YUV | 102.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 220 | 0.17 | 0.82 | 0 | 0.14 | 287.33 | 0.72 | 0.51 |
| Hex | B6 | 28 | DC | 11 | 52 | 0 | E | 11F | 48 | 33 |
| Octal | 266 | 50 | 334 | 21 | 122 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110110 | 101000 | 11011100 | 10001 | 1010010 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B628DC
Complementary color
Monochromatic Colors of #B628DC
Black with #B628DC
Text Example
Text Example
White with #B628DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628DC; }
p { color: rgb(182,40,220); }
H1.HeaderClassName
{
color: #B628DC;
}
.AnyTagClassName
{
color: #B628DC;
}
</style>
background-color css
<style>
a { background-color: #B628DC; }
a { background-color: rgb(182,40,220); }
div.DivClassName
{
background-color: #B628DC;
}
.BgClassName
{
background-color: #B628DC;
}
</style>
border-color css
<style>
span { border-color: #B628DC; }
span { border-color: rgb(182,40,220); }
td.TdClassName
{
border-color: #B628DC;
}
.TagClassName
{
border-color: #B628DC;
}
</style>