Shades of Dark Orchid #B628C9
Tints of Dark Orchid #B628C9
RGB
CMYK
RGB Variations
Color information
#B628C9 (or 0xB628C9) is known color: Dark Orchid. HEX triplet: B6, 28 and C9. RGB value is (182,40,201). Sum of RGB (Red+Green+Blue) = 182+40+201=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #B628C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628C9 is #49D736. Grayscale: #646464. Windows color (decimal): -4839223 or 13183158. OLE color: 13183158.
HSL color Cylindrical-coordinate representation of color #B628C9: hue angle of 292.92º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B628C9 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 40 | 201 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.21 |
| HSL | 292.92º | 0.67% | 0.47% | - |
| HSV(B) | 292.92º | 0.8% | 0.79% | - |
| XYZ | 30.59 | 15.68 | 56.67 | - |
| YUV | 100.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 201 | 0.09 | 0.80 | 0 | 0.21 | 292.92 | 0.67 | 0.47 |
| Hex | B6 | 28 | C9 | 9 | 50 | 0 | 15 | 125 | 43 | 2F |
| Octal | 266 | 50 | 311 | 11 | 120 | 0 | 25 | 445 | 103 | 57 |
| Binary | 10110110 | 101000 | 11001001 | 1001 | 1010000 | 0 | 10101 | 100100101 | 1000011 | 101111 |
Color Harmonies of #B628C9
Complementary color
Monochromatic Colors of #B628C9
Black with #B628C9
Text Example
Text Example
White with #B628C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628C9; }
p { color: rgb(182,40,201); }
H1.HeaderClassName
{
color: #B628C9;
}
.AnyTagClassName
{
color: #B628C9;
}
</style>
background-color css
<style>
a { background-color: #B628C9; }
a { background-color: rgb(182,40,201); }
div.DivClassName
{
background-color: #B628C9;
}
.BgClassName
{
background-color: #B628C9;
}
</style>
border-color css
<style>
span { border-color: #B628C9; }
span { border-color: rgb(182,40,201); }
td.TdClassName
{
border-color: #B628C9;
}
.TagClassName
{
border-color: #B628C9;
}
</style>