Shades of Dark Orchid #B62DC3
Tints of Dark Orchid #B62DC3
RGB
CMYK
RGB Variations
Color information
#B62DC3 (or 0xB62DC3) is known color: Dark Orchid. HEX triplet: B6, 2D and C3. RGB value is (182,45,195). Sum of RGB (Red+Green+Blue) = 182+45+195=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #B62DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DC3 is #49D23C. Grayscale: #666666. Windows color (decimal): -4837949 or 12791222. OLE color: 12791222.
HSL color Cylindrical-coordinate representation of color #B62DC3: hue angle of 294.8º 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 #B62DC3 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 45 | 195 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.24 |
| HSL | 294.8º | 0.63% | 0.47% | - |
| HSV(B) | 294.8º | 0.77% | 0.76% | - |
| XYZ | 30.08 | 15.76 | 53.09 | - |
| YUV | 103.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 195 | 0.07 | 0.77 | 0 | 0.24 | 294.8 | 0.63 | 0.47 |
| Hex | B6 | 2D | C3 | 7 | 4D | 0 | 18 | 127 | 3E | 2F |
| Octal | 266 | 55 | 303 | 7 | 115 | 0 | 30 | 447 | 76 | 57 |
| Binary | 10110110 | 101101 | 11000011 | 111 | 1001101 | 0 | 11000 | 100100111 | 111110 | 101111 |
Color Harmonies of #B62DC3
Complementary color
Monochromatic Colors of #B62DC3
Black with #B62DC3
Text Example
Text Example
White with #B62DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DC3; }
p { color: rgb(182,45,195); }
H1.HeaderClassName
{
color: #B62DC3;
}
.AnyTagClassName
{
color: #B62DC3;
}
</style>
background-color css
<style>
a { background-color: #B62DC3; }
a { background-color: rgb(182,45,195); }
div.DivClassName
{
background-color: #B62DC3;
}
.BgClassName
{
background-color: #B62DC3;
}
</style>
border-color css
<style>
span { border-color: #B62DC3; }
span { border-color: rgb(182,45,195); }
td.TdClassName
{
border-color: #B62DC3;
}
.TagClassName
{
border-color: #B62DC3;
}
</style>