Shades of Medium Orchid #B063CF
Tints of Medium Orchid #B063CF
RGB
CMYK
RGB Variations
Color information
#B063CF (or 0xB063CF) is known color: Medium Orchid. HEX triplet: B0, 63 and CF. RGB value is (176,99,207). Sum of RGB (Red+Green+Blue) = 176+99+207=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B063CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CF is #4F9C30. Grayscale: #858585. Windows color (decimal): -5217329 or 13591472. OLE color: 13591472.
HSL color Cylindrical-coordinate representation of color #B063CF: hue angle of 282.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B063CF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 99 | 207 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.19 |
| HSL | 282.78º | 0.53% | 0.6% | - |
| HSV(B) | 282.78º | 0.52% | 0.81% | - |
| XYZ | 33.63 | 22.66 | 61.63 | - |
| YUV | 134.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 207 | 0.15 | 0.52 | 0 | 0.19 | 282.78 | 0.53 | 0.6 |
| Hex | B0 | 63 | CF | F | 34 | 0 | 13 | 11B | 35 | 3C |
| Octal | 260 | 143 | 317 | 17 | 64 | 0 | 23 | 433 | 65 | 74 |
| Binary | 10110000 | 1100011 | 11001111 | 1111 | 110100 | 0 | 10011 | 100011011 | 110101 | 111100 |
Color Harmonies of #B063CF
Complementary color
Monochromatic Colors of #B063CF
Black with #B063CF
Text Example
Text Example
White with #B063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063CF; }
p { color: rgb(176,99,207); }
H1.HeaderClassName
{
color: #B063CF;
}
.AnyTagClassName
{
color: #B063CF;
}
</style>
background-color css
<style>
a { background-color: #B063CF; }
a { background-color: rgb(176,99,207); }
div.DivClassName
{
background-color: #B063CF;
}
.BgClassName
{
background-color: #B063CF;
}
</style>
border-color css
<style>
span { border-color: #B063CF; }
span { border-color: rgb(176,99,207); }
td.TdClassName
{
border-color: #B063CF;
}
.TagClassName
{
border-color: #B063CF;
}
</style>