Shades of Dark Orchid #B62BCE
Tints of Dark Orchid #B62BCE
RGB
CMYK
RGB Variations
Color information
#B62BCE (or 0xB62BCE) is known color: Dark Orchid. HEX triplet: B6, 2B and CE. RGB value is (182,43,206). Sum of RGB (Red+Green+Blue) = 182+43+206=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B62BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BCE is #49D431. Grayscale: #666666. Windows color (decimal): -4838450 or 13511606. OLE color: 13511606.
HSL color Cylindrical-coordinate representation of color #B62BCE: hue angle of 291.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62BCE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 43 | 206 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.19 |
| HSL | 291.17º | 0.65% | 0.49% | - |
| HSV(B) | 291.17º | 0.79% | 0.81% | - |
| XYZ | 31.3 | 16.13 | 59.86 | - |
| YUV | 103.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 206 | 0.12 | 0.79 | 0 | 0.19 | 291.17 | 0.65 | 0.49 |
| Hex | B6 | 2B | CE | C | 4F | 0 | 13 | 123 | 41 | 31 |
| Octal | 266 | 53 | 316 | 14 | 117 | 0 | 23 | 443 | 101 | 61 |
| Binary | 10110110 | 101011 | 11001110 | 1100 | 1001111 | 0 | 10011 | 100100011 | 1000001 | 110001 |
Color Harmonies of #B62BCE
Complementary color
Monochromatic Colors of #B62BCE
Black with #B62BCE
Text Example
Text Example
White with #B62BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BCE; }
p { color: rgb(182,43,206); }
H1.HeaderClassName
{
color: #B62BCE;
}
.AnyTagClassName
{
color: #B62BCE;
}
</style>
background-color css
<style>
a { background-color: #B62BCE; }
a { background-color: rgb(182,43,206); }
div.DivClassName
{
background-color: #B62BCE;
}
.BgClassName
{
background-color: #B62BCE;
}
</style>
border-color css
<style>
span { border-color: #B62BCE; }
span { border-color: rgb(182,43,206); }
td.TdClassName
{
border-color: #B62BCE;
}
.TagClassName
{
border-color: #B62BCE;
}
</style>