Shades of Medium Orchid #B063DA
Tints of Medium Orchid #B063DA
RGB
CMYK
RGB Variations
Color information
#B063DA (or 0xB063DA) is known color: Medium Orchid. HEX triplet: B0, 63 and DA. RGB value is (176,99,218). Sum of RGB (Red+Green+Blue) = 176+99+218=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B063DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063DA is #4F9C25. Grayscale: #878787. Windows color (decimal): -5217318 or 14312368. OLE color: 14312368.
HSL color Cylindrical-coordinate representation of color #B063DA: hue angle of 278.82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B063DA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 99 | 218 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.15 |
| HSL | 278.82º | 0.62% | 0.62% | - |
| HSV(B) | 278.82º | 0.55% | 0.85% | - |
| XYZ | 35.02 | 23.22 | 68.96 | - |
| YUV | 135.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 218 | 0.19 | 0.55 | 0 | 0.15 | 278.82 | 0.62 | 0.62 |
| Hex | B0 | 63 | DA | 13 | 37 | 0 | F | 117 | 3E | 3E |
| Octal | 260 | 143 | 332 | 23 | 67 | 0 | 17 | 427 | 76 | 76 |
| Binary | 10110000 | 1100011 | 11011010 | 10011 | 110111 | 0 | 1111 | 100010111 | 111110 | 111110 |
Color Harmonies of #B063DA
Complementary color
Monochromatic Colors of #B063DA
Black with #B063DA
Text Example
Text Example
White with #B063DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063DA; }
p { color: rgb(176,99,218); }
H1.HeaderClassName
{
color: #B063DA;
}
.AnyTagClassName
{
color: #B063DA;
}
</style>
background-color css
<style>
a { background-color: #B063DA; }
a { background-color: rgb(176,99,218); }
div.DivClassName
{
background-color: #B063DA;
}
.BgClassName
{
background-color: #B063DA;
}
</style>
border-color css
<style>
span { border-color: #B063DA; }
span { border-color: rgb(176,99,218); }
td.TdClassName
{
border-color: #B063DA;
}
.TagClassName
{
border-color: #B063DA;
}
</style>