Shades of Dark Orchid #B628BD
Tints of Dark Orchid #B628BD
RGB
CMYK
RGB Variations
Color information
#B628BD (or 0xB628BD) is known color: Dark Orchid. HEX triplet: B6, 28 and BD. RGB value is (182,40,189). Sum of RGB (Red+Green+Blue) = 182+40+189=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B628BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BD is #49D742. Grayscale: #626262. Windows color (decimal): -4839235 or 12396726. OLE color: 12396726.
HSL color Cylindrical-coordinate representation of color #B628BD: hue angle of 297.18º 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 #B628BD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 40 | 189 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.26 |
| HSL | 297.18º | 0.65% | 0.45% | - |
| HSV(B) | 297.18º | 0.79% | 0.74% | - |
| XYZ | 29.24 | 15.14 | 49.52 | - |
| YUV | 99.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 189 | 0.04 | 0.79 | 0 | 0.26 | 297.18 | 0.65 | 0.45 |
| Hex | B6 | 28 | BD | 4 | 4F | 0 | 1A | 129 | 41 | 2D |
| Octal | 266 | 50 | 275 | 4 | 117 | 0 | 32 | 451 | 101 | 55 |
| Binary | 10110110 | 101000 | 10111101 | 100 | 1001111 | 0 | 11010 | 100101001 | 1000001 | 101101 |
Color Harmonies of #B628BD
Complementary color
Monochromatic Colors of #B628BD
Black with #B628BD
Text Example
Text Example
White with #B628BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628BD; }
p { color: rgb(182,40,189); }
H1.HeaderClassName
{
color: #B628BD;
}
.AnyTagClassName
{
color: #B628BD;
}
</style>
background-color css
<style>
a { background-color: #B628BD; }
a { background-color: rgb(182,40,189); }
div.DivClassName
{
background-color: #B628BD;
}
.BgClassName
{
background-color: #B628BD;
}
</style>
border-color css
<style>
span { border-color: #B628BD; }
span { border-color: rgb(182,40,189); }
td.TdClassName
{
border-color: #B628BD;
}
.TagClassName
{
border-color: #B628BD;
}
</style>