Shades of Medium Orchid #B963E6
Tints of Medium Orchid #B963E6
RGB
CMYK
RGB Variations
Color information
#B963E6 (or 0xB963E6) is known color: Medium Orchid. HEX triplet: B9, 63 and E6. RGB value is (185,99,230). Sum of RGB (Red+Green+Blue) = 185+99+230=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #B963E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963E6 is #469C19. Grayscale: #8B8B8B. Windows color (decimal): -4627482 or 15098809. OLE color: 15098809.
HSL color Cylindrical-coordinate representation of color #B963E6: hue angle of 279.39º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B963E6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 99 | 230 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.10 |
| HSL | 279.39º | 0.72% | 0.65% | - |
| HSV(B) | 279.39º | 0.57% | 0.9% | - |
| XYZ | 38.75 | 24.95 | 77.64 | - |
| YUV | 139.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 230 | 0.20 | 0.57 | 0 | 0.10 | 279.39 | 0.72 | 0.65 |
| Hex | B9 | 63 | E6 | 14 | 39 | 0 | A | 117 | 48 | 41 |
| Octal | 271 | 143 | 346 | 24 | 71 | 0 | 12 | 427 | 110 | 101 |
| Binary | 10111001 | 1100011 | 11100110 | 10100 | 111001 | 0 | 1010 | 100010111 | 1001000 | 1000001 |
Color Harmonies of #B963E6
Complementary color
Monochromatic Colors of #B963E6
Black with #B963E6
Text Example
Text Example
White with #B963E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963E6; }
p { color: rgb(185,99,230); }
H1.HeaderClassName
{
color: #B963E6;
}
.AnyTagClassName
{
color: #B963E6;
}
</style>
background-color css
<style>
a { background-color: #B963E6; }
a { background-color: rgb(185,99,230); }
div.DivClassName
{
background-color: #B963E6;
}
.BgClassName
{
background-color: #B963E6;
}
</style>
border-color css
<style>
span { border-color: #B963E6; }
span { border-color: rgb(185,99,230); }
td.TdClassName
{
border-color: #B963E6;
}
.TagClassName
{
border-color: #B963E6;
}
</style>