Shades of Medium Orchid #B960E6
Tints of Medium Orchid #B960E6
RGB
CMYK
RGB Variations
Color information
#B960E6 (or 0xB960E6) is known color: Medium Orchid. HEX triplet: B9, 60 and E6. RGB value is (185,96,230). Sum of RGB (Red+Green+Blue) = 185+96+230=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #B960E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960E6 is #469F19. Grayscale: #898989. Windows color (decimal): -4628250 or 15098041. OLE color: 15098041.
HSL color Cylindrical-coordinate representation of color #B960E6: hue angle of 279.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B960E6 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 96 | 230 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.10 |
| HSL | 279.85º | 0.73% | 0.64% | - |
| HSV(B) | 279.85º | 0.58% | 0.9% | - |
| XYZ | 38.47 | 24.39 | 77.54 | - |
| YUV | 137.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 230 | 0.20 | 0.58 | 0 | 0.10 | 279.85 | 0.73 | 0.64 |
| Hex | B9 | 60 | E6 | 14 | 3A | 0 | A | 118 | 49 | 40 |
| Octal | 271 | 140 | 346 | 24 | 72 | 0 | 12 | 430 | 111 | 100 |
| Binary | 10111001 | 1100000 | 11100110 | 10100 | 111010 | 0 | 1010 | 100011000 | 1001001 | 1000000 |
Color Harmonies of #B960E6
Complementary color
Monochromatic Colors of #B960E6
Black with #B960E6
Text Example
Text Example
White with #B960E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960E6; }
p { color: rgb(185,96,230); }
H1.HeaderClassName
{
color: #B960E6;
}
.AnyTagClassName
{
color: #B960E6;
}
</style>
background-color css
<style>
a { background-color: #B960E6; }
a { background-color: rgb(185,96,230); }
div.DivClassName
{
background-color: #B960E6;
}
.BgClassName
{
background-color: #B960E6;
}
</style>
border-color css
<style>
span { border-color: #B960E6; }
span { border-color: rgb(185,96,230); }
td.TdClassName
{
border-color: #B960E6;
}
.TagClassName
{
border-color: #B960E6;
}
</style>