Shades of Medium Orchid #B63DD3
Tints of Medium Orchid #B63DD3
RGB
CMYK
RGB Variations
Color information
#B63DD3 (or 0xB63DD3) is known color: Medium Orchid. HEX triplet: B6, 3D and D3. RGB value is (182,61,211). Sum of RGB (Red+Green+Blue) = 182+61+211=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #B63DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DD3 is #49C22C. Grayscale: #717171. Windows color (decimal): -4833837 or 13843894. OLE color: 13843894.
HSL color Cylindrical-coordinate representation of color #B63DD3: hue angle of 288.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63DD3 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 61 | 211 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.17 |
| HSL | 288.4º | 0.63% | 0.53% | - |
| HSV(B) | 288.4º | 0.71% | 0.83% | - |
| XYZ | 32.72 | 17.99 | 63.38 | - |
| YUV | 114.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 211 | 0.14 | 0.71 | 0 | 0.17 | 288.4 | 0.63 | 0.53 |
| Hex | B6 | 3D | D3 | E | 47 | 0 | 11 | 120 | 3F | 35 |
| Octal | 266 | 75 | 323 | 16 | 107 | 0 | 21 | 440 | 77 | 65 |
| Binary | 10110110 | 111101 | 11010011 | 1110 | 1000111 | 0 | 10001 | 100100000 | 111111 | 110101 |
Color Harmonies of #B63DD3
Complementary color
Monochromatic Colors of #B63DD3
Black with #B63DD3
Text Example
Text Example
White with #B63DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DD3; }
p { color: rgb(182,61,211); }
H1.HeaderClassName
{
color: #B63DD3;
}
.AnyTagClassName
{
color: #B63DD3;
}
</style>
background-color css
<style>
a { background-color: #B63DD3; }
a { background-color: rgb(182,61,211); }
div.DivClassName
{
background-color: #B63DD3;
}
.BgClassName
{
background-color: #B63DD3;
}
</style>
border-color css
<style>
span { border-color: #B63DD3; }
span { border-color: rgb(182,61,211); }
td.TdClassName
{
border-color: #B63DD3;
}
.TagClassName
{
border-color: #B63DD3;
}
</style>