Shades of Medium Orchid #B063D1
Tints of Medium Orchid #B063D1
RGB
CMYK
RGB Variations
Color information
#B063D1 (or 0xB063D1) is known color: Medium Orchid. HEX triplet: B0, 63 and D1. RGB value is (176,99,209). Sum of RGB (Red+Green+Blue) = 176+99+209=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #B063D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063D1 is #4F9C2E. Grayscale: #868686. Windows color (decimal): -5217327 or 13722544. OLE color: 13722544.
HSL color Cylindrical-coordinate representation of color #B063D1: hue angle of 282º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B063D1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 99 | 209 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.18 |
| HSL | 282º | 0.54% | 0.6% | - |
| HSV(B) | 282º | 0.53% | 0.82% | - |
| XYZ | 33.87 | 22.76 | 62.93 | - |
| YUV | 134.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 209 | 0.16 | 0.53 | 0 | 0.18 | 282 | 0.54 | 0.6 |
| Hex | B0 | 63 | D1 | 10 | 35 | 0 | 12 | 11A | 36 | 3C |
| Octal | 260 | 143 | 321 | 20 | 65 | 0 | 22 | 432 | 66 | 74 |
| Binary | 10110000 | 1100011 | 11010001 | 10000 | 110101 | 0 | 10010 | 100011010 | 110110 | 111100 |
Color Harmonies of #B063D1
Complementary color
Monochromatic Colors of #B063D1
Black with #B063D1
Text Example
Text Example
White with #B063D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063D1; }
p { color: rgb(176,99,209); }
H1.HeaderClassName
{
color: #B063D1;
}
.AnyTagClassName
{
color: #B063D1;
}
</style>
background-color css
<style>
a { background-color: #B063D1; }
a { background-color: rgb(176,99,209); }
div.DivClassName
{
background-color: #B063D1;
}
.BgClassName
{
background-color: #B063D1;
}
</style>
border-color css
<style>
span { border-color: #B063D1; }
span { border-color: rgb(176,99,209); }
td.TdClassName
{
border-color: #B063D1;
}
.TagClassName
{
border-color: #B063D1;
}
</style>