Shades of Dark Orchid #B628DE
Tints of Dark Orchid #B628DE
RGB
CMYK
RGB Variations
Color information
#B628DE (or 0xB628DE) is known color: Dark Orchid. HEX triplet: B6, 28 and DE. RGB value is (182,40,222). Sum of RGB (Red+Green+Blue) = 182+40+222=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #B628DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DE is #49D721. Grayscale: #666666. Windows color (decimal): -4839202 or 14559414. OLE color: 14559414.
HSL color Cylindrical-coordinate representation of color #B628DE: hue angle of 286.81º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B628DE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 40 | 222 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.13 |
| HSL | 286.81º | 0.73% | 0.51% | - |
| HSV(B) | 286.81º | 0.82% | 0.87% | - |
| XYZ | 33.24 | 16.74 | 70.59 | - |
| YUV | 103.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 222 | 0.18 | 0.82 | 0 | 0.13 | 286.81 | 0.73 | 0.51 |
| Hex | B6 | 28 | DE | 12 | 52 | 0 | D | 11F | 49 | 33 |
| Octal | 266 | 50 | 336 | 22 | 122 | 0 | 15 | 437 | 111 | 63 |
| Binary | 10110110 | 101000 | 11011110 | 10010 | 1010010 | 0 | 1101 | 100011111 | 1001001 | 110011 |
Color Harmonies of #B628DE
Complementary color
Monochromatic Colors of #B628DE
Black with #B628DE
Text Example
Text Example
White with #B628DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628DE; }
p { color: rgb(182,40,222); }
H1.HeaderClassName
{
color: #B628DE;
}
.AnyTagClassName
{
color: #B628DE;
}
</style>
background-color css
<style>
a { background-color: #B628DE; }
a { background-color: rgb(182,40,222); }
div.DivClassName
{
background-color: #B628DE;
}
.BgClassName
{
background-color: #B628DE;
}
</style>
border-color css
<style>
span { border-color: #B628DE; }
span { border-color: rgb(182,40,222); }
td.TdClassName
{
border-color: #B628DE;
}
.TagClassName
{
border-color: #B628DE;
}
</style>