Shades of Medium Orchid #B963DA
Tints of Medium Orchid #B963DA
RGB
CMYK
RGB Variations
Color information
#B963DA (or 0xB963DA) is known color: Medium Orchid. HEX triplet: B9, 63 and DA. RGB value is (185,99,218). Sum of RGB (Red+Green+Blue) = 185+99+218=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #B963DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963DA is #469C25. Grayscale: #898989. Windows color (decimal): -4627494 or 14312377. OLE color: 14312377.
HSL color Cylindrical-coordinate representation of color #B963DA: hue angle of 283.36º 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 #B963DA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 99 | 218 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.15 |
| HSL | 283.36º | 0.62% | 0.62% | - |
| HSV(B) | 283.36º | 0.55% | 0.85% | - |
| XYZ | 37.12 | 24.3 | 69.06 | - |
| YUV | 138.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 218 | 0.15 | 0.55 | 0 | 0.15 | 283.36 | 0.62 | 0.62 |
| Hex | B9 | 63 | DA | F | 37 | 0 | F | 11B | 3E | 3E |
| Octal | 271 | 143 | 332 | 17 | 67 | 0 | 17 | 433 | 76 | 76 |
| Binary | 10111001 | 1100011 | 11011010 | 1111 | 110111 | 0 | 1111 | 100011011 | 111110 | 111110 |
Color Harmonies of #B963DA
Complementary color
Monochromatic Colors of #B963DA
Black with #B963DA
Text Example
Text Example
White with #B963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963DA; }
p { color: rgb(185,99,218); }
H1.HeaderClassName
{
color: #B963DA;
}
.AnyTagClassName
{
color: #B963DA;
}
</style>
background-color css
<style>
a { background-color: #B963DA; }
a { background-color: rgb(185,99,218); }
div.DivClassName
{
background-color: #B963DA;
}
.BgClassName
{
background-color: #B963DA;
}
</style>
border-color css
<style>
span { border-color: #B963DA; }
span { border-color: rgb(185,99,218); }
td.TdClassName
{
border-color: #B963DA;
}
.TagClassName
{
border-color: #B963DA;
}
</style>