Shades of Dark Orchid #B62FDC
Tints of Dark Orchid #B62FDC
RGB
CMYK
RGB Variations
Color information
#B62FDC (or 0xB62FDC) is known color: Dark Orchid. HEX triplet: B6, 2F and DC. RGB value is (182,47,220). Sum of RGB (Red+Green+Blue) = 182+47+220=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #B62FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FDC is #49D023. Grayscale: #6A6A6A. Windows color (decimal): -4837412 or 14430134. OLE color: 14430134.
HSL color Cylindrical-coordinate representation of color #B62FDC: hue angle of 286.82º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62FDC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 47 | 220 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.14 |
| HSL | 286.82º | 0.71% | 0.52% | - |
| HSV(B) | 286.82º | 0.79% | 0.86% | - |
| XYZ | 33.23 | 17.15 | 69.27 | - |
| YUV | 107.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 220 | 0.17 | 0.79 | 0 | 0.14 | 286.82 | 0.71 | 0.52 |
| Hex | B6 | 2F | DC | 11 | 4F | 0 | E | 11F | 47 | 34 |
| Octal | 266 | 57 | 334 | 21 | 117 | 0 | 16 | 437 | 107 | 64 |
| Binary | 10110110 | 101111 | 11011100 | 10001 | 1001111 | 0 | 1110 | 100011111 | 1000111 | 110100 |
Color Harmonies of #B62FDC
Complementary color
Monochromatic Colors of #B62FDC
Black with #B62FDC
Text Example
Text Example
White with #B62FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FDC; }
p { color: rgb(182,47,220); }
H1.HeaderClassName
{
color: #B62FDC;
}
.AnyTagClassName
{
color: #B62FDC;
}
</style>
background-color css
<style>
a { background-color: #B62FDC; }
a { background-color: rgb(182,47,220); }
div.DivClassName
{
background-color: #B62FDC;
}
.BgClassName
{
background-color: #B62FDC;
}
</style>
border-color css
<style>
span { border-color: #B62FDC; }
span { border-color: rgb(182,47,220); }
td.TdClassName
{
border-color: #B62FDC;
}
.TagClassName
{
border-color: #B62FDC;
}
</style>