Shades of Dark Orchid #B62BD2
Tints of Dark Orchid #B62BD2
RGB
CMYK
RGB Variations
Color information
#B62BD2 (or 0xB62BD2) is known color: Dark Orchid. HEX triplet: B6, 2B and D2. RGB value is (182,43,210). Sum of RGB (Red+Green+Blue) = 182+43+210=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #B62BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BD2 is #49D42D. Grayscale: #676767. Windows color (decimal): -4838446 or 13773750. OLE color: 13773750.
HSL color Cylindrical-coordinate representation of color #B62BD2: hue angle of 289.94º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62BD2 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 43 | 210 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.18 |
| HSL | 289.94º | 0.66% | 0.5% | - |
| HSV(B) | 289.94º | 0.8% | 0.82% | - |
| XYZ | 31.79 | 16.33 | 62.45 | - |
| YUV | 103.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 210 | 0.13 | 0.80 | 0 | 0.18 | 289.94 | 0.66 | 0.5 |
| Hex | B6 | 2B | D2 | D | 50 | 0 | 12 | 122 | 42 | 32 |
| Octal | 266 | 53 | 322 | 15 | 120 | 0 | 22 | 442 | 102 | 62 |
| Binary | 10110110 | 101011 | 11010010 | 1101 | 1010000 | 0 | 10010 | 100100010 | 1000010 | 110010 |
Color Harmonies of #B62BD2
Complementary color
Monochromatic Colors of #B62BD2
Black with #B62BD2
Text Example
Text Example
White with #B62BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BD2; }
p { color: rgb(182,43,210); }
H1.HeaderClassName
{
color: #B62BD2;
}
.AnyTagClassName
{
color: #B62BD2;
}
</style>
background-color css
<style>
a { background-color: #B62BD2; }
a { background-color: rgb(182,43,210); }
div.DivClassName
{
background-color: #B62BD2;
}
.BgClassName
{
background-color: #B62BD2;
}
</style>
border-color css
<style>
span { border-color: #B62BD2; }
span { border-color: rgb(182,43,210); }
td.TdClassName
{
border-color: #B62BD2;
}
.TagClassName
{
border-color: #B62BD2;
}
</style>