Shades of Medium Orchid #B063D0
Tints of Medium Orchid #B063D0
RGB
CMYK
RGB Variations
Color information
#B063D0 (or 0xB063D0) is known color: Medium Orchid. HEX triplet: B0, 63 and D0. RGB value is (176,99,208). Sum of RGB (Red+Green+Blue) = 176+99+208=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #B063D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063D0 is #4F9C2F. Grayscale: #868686. Windows color (decimal): -5217328 or 13657008. OLE color: 13657008.
HSL color Cylindrical-coordinate representation of color #B063D0: hue angle of 282.39º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B063D0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 99 | 208 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.18 |
| HSL | 282.39º | 0.54% | 0.6% | - |
| HSV(B) | 282.39º | 0.52% | 0.82% | - |
| XYZ | 33.75 | 22.71 | 62.28 | - |
| YUV | 134.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 208 | 0.15 | 0.52 | 0 | 0.18 | 282.39 | 0.54 | 0.6 |
| Hex | B0 | 63 | D0 | F | 34 | 0 | 12 | 11A | 36 | 3C |
| Octal | 260 | 143 | 320 | 17 | 64 | 0 | 22 | 432 | 66 | 74 |
| Binary | 10110000 | 1100011 | 11010000 | 1111 | 110100 | 0 | 10010 | 100011010 | 110110 | 111100 |
Color Harmonies of #B063D0
Complementary color
Monochromatic Colors of #B063D0
Black with #B063D0
Text Example
Text Example
White with #B063D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063D0; }
p { color: rgb(176,99,208); }
H1.HeaderClassName
{
color: #B063D0;
}
.AnyTagClassName
{
color: #B063D0;
}
</style>
background-color css
<style>
a { background-color: #B063D0; }
a { background-color: rgb(176,99,208); }
div.DivClassName
{
background-color: #B063D0;
}
.BgClassName
{
background-color: #B063D0;
}
</style>
border-color css
<style>
span { border-color: #B063D0; }
span { border-color: rgb(176,99,208); }
td.TdClassName
{
border-color: #B063D0;
}
.TagClassName
{
border-color: #B063D0;
}
</style>