Shades of Dark Orchid #B62DD3
Tints of Dark Orchid #B62DD3
RGB
CMYK
RGB Variations
Color information
#B62DD3 (or 0xB62DD3) is known color: Dark Orchid. HEX triplet: B6, 2D and D3. RGB value is (182,45,211). Sum of RGB (Red+Green+Blue) = 182+45+211=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #B62DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DD3 is #49D22C. Grayscale: #686868. Windows color (decimal): -4837933 or 13839798. OLE color: 13839798.
HSL color Cylindrical-coordinate representation of color #B62DD3: hue angle of 289.52º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62DD3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 45 | 211 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.17 |
| HSL | 289.52º | 0.65% | 0.5% | - |
| HSV(B) | 289.52º | 0.79% | 0.83% | - |
| XYZ | 31.99 | 16.53 | 63.13 | - |
| YUV | 104.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 211 | 0.14 | 0.79 | 0 | 0.17 | 289.52 | 0.65 | 0.5 |
| Hex | B6 | 2D | D3 | E | 4F | 0 | 11 | 122 | 41 | 32 |
| Octal | 266 | 55 | 323 | 16 | 117 | 0 | 21 | 442 | 101 | 62 |
| Binary | 10110110 | 101101 | 11010011 | 1110 | 1001111 | 0 | 10001 | 100100010 | 1000001 | 110010 |
Color Harmonies of #B62DD3
Complementary color
Monochromatic Colors of #B62DD3
Black with #B62DD3
Text Example
Text Example
White with #B62DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DD3; }
p { color: rgb(182,45,211); }
H1.HeaderClassName
{
color: #B62DD3;
}
.AnyTagClassName
{
color: #B62DD3;
}
</style>
background-color css
<style>
a { background-color: #B62DD3; }
a { background-color: rgb(182,45,211); }
div.DivClassName
{
background-color: #B62DD3;
}
.BgClassName
{
background-color: #B62DD3;
}
</style>
border-color css
<style>
span { border-color: #B62DD3; }
span { border-color: rgb(182,45,211); }
td.TdClassName
{
border-color: #B62DD3;
}
.TagClassName
{
border-color: #B62DD3;
}
</style>