Shades of Dark Orchid #B628BC
Tints of Dark Orchid #B628BC
RGB
CMYK
RGB Variations
Color information
#B628BC (or 0xB628BC) is known color: Dark Orchid. HEX triplet: B6, 28 and BC. RGB value is (182,40,188). Sum of RGB (Red+Green+Blue) = 182+40+188=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #B628BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BC is #49D743. Grayscale: #626262. Windows color (decimal): -4839236 or 12331190. OLE color: 12331190.
HSL color Cylindrical-coordinate representation of color #B628BC: hue angle of 297.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B628BC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 40 | 188 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.26 |
| HSL | 297.57º | 0.65% | 0.45% | - |
| HSV(B) | 297.57º | 0.79% | 0.74% | - |
| XYZ | 29.13 | 15.09 | 48.96 | - |
| YUV | 99.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 188 | 0.03 | 0.79 | 0 | 0.26 | 297.57 | 0.65 | 0.45 |
| Hex | B6 | 28 | BC | 3 | 4F | 0 | 1A | 12A | 41 | 2D |
| Octal | 266 | 50 | 274 | 3 | 117 | 0 | 32 | 452 | 101 | 55 |
| Binary | 10110110 | 101000 | 10111100 | 11 | 1001111 | 0 | 11010 | 100101010 | 1000001 | 101101 |
Color Harmonies of #B628BC
Complementary color
Monochromatic Colors of #B628BC
Black with #B628BC
Text Example
Text Example
White with #B628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628BC; }
p { color: rgb(182,40,188); }
H1.HeaderClassName
{
color: #B628BC;
}
.AnyTagClassName
{
color: #B628BC;
}
</style>
background-color css
<style>
a { background-color: #B628BC; }
a { background-color: rgb(182,40,188); }
div.DivClassName
{
background-color: #B628BC;
}
.BgClassName
{
background-color: #B628BC;
}
</style>
border-color css
<style>
span { border-color: #B628BC; }
span { border-color: rgb(182,40,188); }
td.TdClassName
{
border-color: #B628BC;
}
.TagClassName
{
border-color: #B628BC;
}
</style>