Shades of Medium Orchid #B63DCC
Tints of Medium Orchid #B63DCC
RGB
CMYK
RGB Variations
Color information
#B63DCC (or 0xB63DCC) is known color: Medium Orchid. HEX triplet: B6, 3D and CC. RGB value is (182,61,204). Sum of RGB (Red+Green+Blue) = 182+61+204=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCC is #49C233. Grayscale: #717171. Windows color (decimal): -4833844 or 13385142. OLE color: 13385142.
HSL color Cylindrical-coordinate representation of color #B63DCC: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DCC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 61 | 204 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.2 |
| HSL | 290.77º | 0.58% | 0.52% | - |
| HSV(B) | 290.77º | 0.7% | 0.8% | - |
| XYZ | 31.86 | 17.64 | 58.85 | - |
| YUV | 113.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 204 | 0.11 | 0.70 | 0 | 0.2 | 290.77 | 0.58 | 0.52 |
| Hex | B6 | 3D | CC | B | 46 | 0 | 14 | 123 | 3A | 34 |
| Octal | 266 | 75 | 314 | 13 | 106 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110110 | 111101 | 11001100 | 1011 | 1000110 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B63DCC
Complementary color
Monochromatic Colors of #B63DCC
Black with #B63DCC
Text Example
Text Example
White with #B63DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DCC; }
p { color: rgb(182,61,204); }
H1.HeaderClassName
{
color: #B63DCC;
}
.AnyTagClassName
{
color: #B63DCC;
}
</style>
background-color css
<style>
a { background-color: #B63DCC; }
a { background-color: rgb(182,61,204); }
div.DivClassName
{
background-color: #B63DCC;
}
.BgClassName
{
background-color: #B63DCC;
}
</style>
border-color css
<style>
span { border-color: #B63DCC; }
span { border-color: rgb(182,61,204); }
td.TdClassName
{
border-color: #B63DCC;
}
.TagClassName
{
border-color: #B63DCC;
}
</style>