Shades of Medium Orchid #B063DC
Tints of Medium Orchid #B063DC
RGB
CMYK
RGB Variations
Color information
#B063DC (or 0xB063DC) is known color: Medium Orchid. HEX triplet: B0, 63 and DC. RGB value is (176,99,220). Sum of RGB (Red+Green+Blue) = 176+99+220=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B063DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063DC is #4F9C23. Grayscale: #878787. Windows color (decimal): -5217316 or 14443440. OLE color: 14443440.
HSL color Cylindrical-coordinate representation of color #B063DC: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B063DC is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 99 | 220 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.14 |
| HSL | 278.18º | 0.63% | 0.63% | - |
| HSV(B) | 278.18º | 0.55% | 0.86% | - |
| XYZ | 35.28 | 23.32 | 70.35 | - |
| YUV | 135.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 220 | 0.2 | 0.55 | 0 | 0.14 | 278.18 | 0.63 | 0.63 |
| Hex | B0 | 63 | DC | 14 | 37 | 0 | E | 116 | 3F | 3F |
| Octal | 260 | 143 | 334 | 24 | 67 | 0 | 16 | 426 | 77 | 77 |
| Binary | 10110000 | 1100011 | 11011100 | 10100 | 110111 | 0 | 1110 | 100010110 | 111111 | 111111 |
Color Harmonies of #B063DC
Complementary color
Monochromatic Colors of #B063DC
Black with #B063DC
Text Example
Text Example
White with #B063DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063DC; }
p { color: rgb(176,99,220); }
H1.HeaderClassName
{
color: #B063DC;
}
.AnyTagClassName
{
color: #B063DC;
}
</style>
background-color css
<style>
a { background-color: #B063DC; }
a { background-color: rgb(176,99,220); }
div.DivClassName
{
background-color: #B063DC;
}
.BgClassName
{
background-color: #B063DC;
}
</style>
border-color css
<style>
span { border-color: #B063DC; }
span { border-color: rgb(176,99,220); }
td.TdClassName
{
border-color: #B063DC;
}
.TagClassName
{
border-color: #B063DC;
}
</style>