Shades of Dark Orchid #B628C6
Tints of Dark Orchid #B628C6
RGB
CMYK
RGB Variations
Color information
#B628C6 (or 0xB628C6) is known color: Dark Orchid. HEX triplet: B6, 28 and C6. RGB value is (182,40,198). Sum of RGB (Red+Green+Blue) = 182+40+198=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B628C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628C6 is #49D739. Grayscale: #636363. Windows color (decimal): -4839226 or 12986550. OLE color: 12986550.
HSL color Cylindrical-coordinate representation of color #B628C6: hue angle of 293.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B628C6 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 40 | 198 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.22 |
| HSL | 293.92º | 0.66% | 0.47% | - |
| HSV(B) | 293.92º | 0.8% | 0.78% | - |
| XYZ | 30.24 | 15.54 | 54.83 | - |
| YUV | 100.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 198 | 0.08 | 0.80 | 0 | 0.22 | 293.92 | 0.66 | 0.47 |
| Hex | B6 | 28 | C6 | 8 | 50 | 0 | 16 | 126 | 42 | 2F |
| Octal | 266 | 50 | 306 | 10 | 120 | 0 | 26 | 446 | 102 | 57 |
| Binary | 10110110 | 101000 | 11000110 | 1000 | 1010000 | 0 | 10110 | 100100110 | 1000010 | 101111 |
Color Harmonies of #B628C6
Complementary color
Monochromatic Colors of #B628C6
Black with #B628C6
Text Example
Text Example
White with #B628C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628C6; }
p { color: rgb(182,40,198); }
H1.HeaderClassName
{
color: #B628C6;
}
.AnyTagClassName
{
color: #B628C6;
}
</style>
background-color css
<style>
a { background-color: #B628C6; }
a { background-color: rgb(182,40,198); }
div.DivClassName
{
background-color: #B628C6;
}
.BgClassName
{
background-color: #B628C6;
}
</style>
border-color css
<style>
span { border-color: #B628C6; }
span { border-color: rgb(182,40,198); }
td.TdClassName
{
border-color: #B628C6;
}
.TagClassName
{
border-color: #B628C6;
}
</style>