Shades of Dark Orchid #B628E4
Tints of Dark Orchid #B628E4
RGB
CMYK
RGB Variations
Color information
#B628E4 (or 0xB628E4) is known color: Dark Orchid. HEX triplet: B6, 28 and E4. RGB value is (182,40,228). Sum of RGB (Red+Green+Blue) = 182+40+228=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #B628E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628E4 is #49D71B. Grayscale: #676767. Windows color (decimal): -4839196 or 14952630. OLE color: 14952630.
HSL color Cylindrical-coordinate representation of color #B628E4: hue angle of 285.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B628E4 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 40 | 228 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.11 |
| HSL | 285.32º | 0.78% | 0.53% | - |
| HSV(B) | 285.32º | 0.82% | 0.89% | - |
| XYZ | 34.05 | 17.06 | 74.9 | - |
| YUV | 103.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 228 | 0.20 | 0.82 | 0 | 0.11 | 285.32 | 0.78 | 0.53 |
| Hex | B6 | 28 | E4 | 14 | 52 | 0 | B | 11D | 4E | 35 |
| Octal | 266 | 50 | 344 | 24 | 122 | 0 | 13 | 435 | 116 | 65 |
| Binary | 10110110 | 101000 | 11100100 | 10100 | 1010010 | 0 | 1011 | 100011101 | 1001110 | 110101 |
Color Harmonies of #B628E4
Complementary color
Monochromatic Colors of #B628E4
Black with #B628E4
Text Example
Text Example
White with #B628E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628E4; }
p { color: rgb(182,40,228); }
H1.HeaderClassName
{
color: #B628E4;
}
.AnyTagClassName
{
color: #B628E4;
}
</style>
background-color css
<style>
a { background-color: #B628E4; }
a { background-color: rgb(182,40,228); }
div.DivClassName
{
background-color: #B628E4;
}
.BgClassName
{
background-color: #B628E4;
}
</style>
border-color css
<style>
span { border-color: #B628E4; }
span { border-color: rgb(182,40,228); }
td.TdClassName
{
border-color: #B628E4;
}
.TagClassName
{
border-color: #B628E4;
}
</style>