Shades of Dark Orchid #B627B9
Tints of Dark Orchid #B627B9
RGB
CMYK
RGB Variations
Color information
#B627B9 (or 0xB627B9) is known color: Dark Orchid. HEX triplet: B6, 27 and B9. RGB value is (182,39,185). Sum of RGB (Red+Green+Blue) = 182+39+185=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #B627B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627B9 is #49D846. Grayscale: #616161. Windows color (decimal): -4839495 or 12134326. OLE color: 12134326.
HSL color Cylindrical-coordinate representation of color #B627B9: hue angle of 298.77º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B627B9 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 39 | 185 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.27 |
| HSL | 298.77º | 0.65% | 0.44% | - |
| HSV(B) | 298.77º | 0.79% | 0.73% | - |
| XYZ | 28.77 | 14.9 | 47.26 | - |
| YUV | 98.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 39 | 185 | 0.02 | 0.79 | 0 | 0.27 | 298.77 | 0.65 | 0.44 |
| Hex | B6 | 27 | B9 | 2 | 4F | 0 | 1B | 12B | 41 | 2C |
| Octal | 266 | 47 | 271 | 2 | 117 | 0 | 33 | 453 | 101 | 54 |
| Binary | 10110110 | 100111 | 10111001 | 10 | 1001111 | 0 | 11011 | 100101011 | 1000001 | 101100 |
Color Harmonies of #B627B9
Complementary color
Monochromatic Colors of #B627B9
Black with #B627B9
Text Example
Text Example
White with #B627B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B627B9; }
p { color: rgb(182,39,185); }
H1.HeaderClassName
{
color: #B627B9;
}
.AnyTagClassName
{
color: #B627B9;
}
</style>
background-color css
<style>
a { background-color: #B627B9; }
a { background-color: rgb(182,39,185); }
div.DivClassName
{
background-color: #B627B9;
}
.BgClassName
{
background-color: #B627B9;
}
</style>
border-color css
<style>
span { border-color: #B627B9; }
span { border-color: rgb(182,39,185); }
td.TdClassName
{
border-color: #B627B9;
}
.TagClassName
{
border-color: #B627B9;
}
</style>