Shades of Dark Orchid #B62DC1
Tints of Dark Orchid #B62DC1
RGB
CMYK
RGB Variations
Color information
#B62DC1 (or 0xB62DC1) is known color: Dark Orchid. HEX triplet: B6, 2D and C1. RGB value is (182,45,193). Sum of RGB (Red+Green+Blue) = 182+45+193=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #B62DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DC1 is #49D23E. Grayscale: #666666. Windows color (decimal): -4837951 or 12660150. OLE color: 12660150.
HSL color Cylindrical-coordinate representation of color #B62DC1: hue angle of 295.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62DC1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 45 | 193 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.24 |
| HSL | 295.54º | 0.62% | 0.47% | - |
| HSV(B) | 295.54º | 0.77% | 0.76% | - |
| XYZ | 29.86 | 15.67 | 51.9 | - |
| YUV | 102.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 193 | 0.06 | 0.77 | 0 | 0.24 | 295.54 | 0.62 | 0.47 |
| Hex | B6 | 2D | C1 | 6 | 4D | 0 | 18 | 128 | 3E | 2F |
| Octal | 266 | 55 | 301 | 6 | 115 | 0 | 30 | 450 | 76 | 57 |
| Binary | 10110110 | 101101 | 11000001 | 110 | 1001101 | 0 | 11000 | 100101000 | 111110 | 101111 |
Color Harmonies of #B62DC1
Complementary color
Monochromatic Colors of #B62DC1
Black with #B62DC1
Text Example
Text Example
White with #B62DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DC1; }
p { color: rgb(182,45,193); }
H1.HeaderClassName
{
color: #B62DC1;
}
.AnyTagClassName
{
color: #B62DC1;
}
</style>
background-color css
<style>
a { background-color: #B62DC1; }
a { background-color: rgb(182,45,193); }
div.DivClassName
{
background-color: #B62DC1;
}
.BgClassName
{
background-color: #B62DC1;
}
</style>
border-color css
<style>
span { border-color: #B62DC1; }
span { border-color: rgb(182,45,193); }
td.TdClassName
{
border-color: #B62DC1;
}
.TagClassName
{
border-color: #B62DC1;
}
</style>