Shades of Dark Orchid #B62AC9
Tints of Dark Orchid #B62AC9
RGB
CMYK
RGB Variations
Color information
#B62AC9 (or 0xB62AC9) is known color: Dark Orchid. HEX triplet: B6, 2A and C9. RGB value is (182,42,201). Sum of RGB (Red+Green+Blue) = 182+42+201=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #B62AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62AC9 is #49D536. Grayscale: #656565. Windows color (decimal): -4838711 or 13183670. OLE color: 13183670.
HSL color Cylindrical-coordinate representation of color #B62AC9: hue angle of 292.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62AC9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 42 | 201 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.21 |
| HSL | 292.83º | 0.65% | 0.48% | - |
| HSV(B) | 292.83º | 0.79% | 0.79% | - |
| XYZ | 30.66 | 15.82 | 56.7 | - |
| YUV | 101.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 201 | 0.09 | 0.79 | 0 | 0.21 | 292.83 | 0.65 | 0.48 |
| Hex | B6 | 2A | C9 | 9 | 4F | 0 | 15 | 125 | 41 | 30 |
| Octal | 266 | 52 | 311 | 11 | 117 | 0 | 25 | 445 | 101 | 60 |
| Binary | 10110110 | 101010 | 11001001 | 1001 | 1001111 | 0 | 10101 | 100100101 | 1000001 | 110000 |
Color Harmonies of #B62AC9
Complementary color
Monochromatic Colors of #B62AC9
Black with #B62AC9
Text Example
Text Example
White with #B62AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62AC9; }
p { color: rgb(182,42,201); }
H1.HeaderClassName
{
color: #B62AC9;
}
.AnyTagClassName
{
color: #B62AC9;
}
</style>
background-color css
<style>
a { background-color: #B62AC9; }
a { background-color: rgb(182,42,201); }
div.DivClassName
{
background-color: #B62AC9;
}
.BgClassName
{
background-color: #B62AC9;
}
</style>
border-color css
<style>
span { border-color: #B62AC9; }
span { border-color: rgb(182,42,201); }
td.TdClassName
{
border-color: #B62AC9;
}
.TagClassName
{
border-color: #B62AC9;
}
</style>