Shades of Medium Orchid #B063C2
Tints of Medium Orchid #B063C2
RGB
CMYK
RGB Variations
Color information
#B063C2 (or 0xB063C2) is known color: Medium Orchid. HEX triplet: B0, 63 and C2. RGB value is (176,99,194). Sum of RGB (Red+Green+Blue) = 176+99+194=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #B063C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063C2 is #4F9C3D. Grayscale: #848484. Windows color (decimal): -5217342 or 12739504. OLE color: 12739504.
HSL color Cylindrical-coordinate representation of color #B063C2: hue angle of 288.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B063C2 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 99 | 194 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.24 |
| HSL | 288.63º | 0.44% | 0.57% | - |
| HSV(B) | 288.63º | 0.49% | 0.76% | - |
| XYZ | 32.1 | 22.05 | 53.6 | - |
| YUV | 132.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 194 | 0.09 | 0.49 | 0 | 0.24 | 288.63 | 0.44 | 0.57 |
| Hex | B0 | 63 | C2 | 9 | 31 | 0 | 18 | 121 | 2C | 39 |
| Octal | 260 | 143 | 302 | 11 | 61 | 0 | 30 | 441 | 54 | 71 |
| Binary | 10110000 | 1100011 | 11000010 | 1001 | 110001 | 0 | 11000 | 100100001 | 101100 | 111001 |
Color Harmonies of #B063C2
Complementary color
Monochromatic Colors of #B063C2
Black with #B063C2
Text Example
Text Example
White with #B063C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063C2; }
p { color: rgb(176,99,194); }
H1.HeaderClassName
{
color: #B063C2;
}
.AnyTagClassName
{
color: #B063C2;
}
</style>
background-color css
<style>
a { background-color: #B063C2; }
a { background-color: rgb(176,99,194); }
div.DivClassName
{
background-color: #B063C2;
}
.BgClassName
{
background-color: #B063C2;
}
</style>
border-color css
<style>
span { border-color: #B063C2; }
span { border-color: rgb(176,99,194); }
td.TdClassName
{
border-color: #B063C2;
}
.TagClassName
{
border-color: #B063C2;
}
</style>