Shades of Medium Orchid #B63FCC
Tints of Medium Orchid #B63FCC
RGB
CMYK
RGB Variations
Color information
#B63FCC (or 0xB63FCC) is known color: Medium Orchid. HEX triplet: B6, 3F and CC. RGB value is (182,63,204). Sum of RGB (Red+Green+Blue) = 182+63+204=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCC is #49C033. Grayscale: #727272. Windows color (decimal): -4833332 or 13385654. OLE color: 13385654.
HSL color Cylindrical-coordinate representation of color #B63FCC: hue angle of 290.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63FCC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 63 | 204 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.2 |
| HSL | 290.64º | 0.58% | 0.52% | - |
| HSV(B) | 290.64º | 0.69% | 0.8% | - |
| XYZ | 31.97 | 17.86 | 58.89 | - |
| YUV | 114.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 204 | 0.11 | 0.69 | 0 | 0.2 | 290.64 | 0.58 | 0.52 |
| Hex | B6 | 3F | CC | B | 45 | 0 | 14 | 123 | 3A | 34 |
| Octal | 266 | 77 | 314 | 13 | 105 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110110 | 111111 | 11001100 | 1011 | 1000101 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B63FCC
Complementary color
Monochromatic Colors of #B63FCC
Black with #B63FCC
Text Example
Text Example
White with #B63FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FCC; }
p { color: rgb(182,63,204); }
H1.HeaderClassName
{
color: #B63FCC;
}
.AnyTagClassName
{
color: #B63FCC;
}
</style>
background-color css
<style>
a { background-color: #B63FCC; }
a { background-color: rgb(182,63,204); }
div.DivClassName
{
background-color: #B63FCC;
}
.BgClassName
{
background-color: #B63FCC;
}
</style>
border-color css
<style>
span { border-color: #B63FCC; }
span { border-color: rgb(182,63,204); }
td.TdClassName
{
border-color: #B63FCC;
}
.TagClassName
{
border-color: #B63FCC;
}
</style>