Shades of Dark Orchid #B62BDA
Tints of Dark Orchid #B62BDA
RGB
CMYK
RGB Variations
Color information
#B62BDA (or 0xB62BDA) is known color: Dark Orchid. HEX triplet: B6, 2B and DA. RGB value is (182,43,218). Sum of RGB (Red+Green+Blue) = 182+43+218=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #B62BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BDA is #49D425. Grayscale: #676767. Windows color (decimal): -4838438 or 14298038. OLE color: 14298038.
HSL color Cylindrical-coordinate representation of color #B62BDA: hue angle of 287.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62BDA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 43 | 218 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.15 |
| HSL | 287.66º | 0.7% | 0.51% | - |
| HSV(B) | 287.66º | 0.8% | 0.85% | - |
| XYZ | 32.81 | 16.73 | 67.83 | - |
| YUV | 104.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 218 | 0.17 | 0.80 | 0 | 0.15 | 287.66 | 0.7 | 0.51 |
| Hex | B6 | 2B | DA | 11 | 50 | 0 | F | 120 | 46 | 33 |
| Octal | 266 | 53 | 332 | 21 | 120 | 0 | 17 | 440 | 106 | 63 |
| Binary | 10110110 | 101011 | 11011010 | 10001 | 1010000 | 0 | 1111 | 100100000 | 1000110 | 110011 |
Color Harmonies of #B62BDA
Complementary color
Monochromatic Colors of #B62BDA
Black with #B62BDA
Text Example
Text Example
White with #B62BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BDA; }
p { color: rgb(182,43,218); }
H1.HeaderClassName
{
color: #B62BDA;
}
.AnyTagClassName
{
color: #B62BDA;
}
</style>
background-color css
<style>
a { background-color: #B62BDA; }
a { background-color: rgb(182,43,218); }
div.DivClassName
{
background-color: #B62BDA;
}
.BgClassName
{
background-color: #B62BDA;
}
</style>
border-color css
<style>
span { border-color: #B62BDA; }
span { border-color: rgb(182,43,218); }
td.TdClassName
{
border-color: #B62BDA;
}
.TagClassName
{
border-color: #B62BDA;
}
</style>