Shades of Medium Orchid #B960EF
Tints of Medium Orchid #B960EF
RGB
CMYK
RGB Variations
Color information
#B960EF (or 0xB960EF) is known color: Medium Orchid. HEX triplet: B9, 60 and EF. RGB value is (185,96,239). Sum of RGB (Red+Green+Blue) = 185+96+239=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #B960EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960EF is #469F10. Grayscale: #8A8A8A. Windows color (decimal): -4628241 or 15687865. OLE color: 15687865.
HSL color Cylindrical-coordinate representation of color #B960EF: hue angle of 277.34º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B960EF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 96 | 239 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.06 |
| HSL | 277.34º | 0.82% | 0.66% | - |
| HSV(B) | 277.34º | 0.6% | 0.94% | - |
| XYZ | 39.77 | 24.91 | 84.37 | - |
| YUV | 138.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 239 | 0.23 | 0.60 | 0 | 0.06 | 277.34 | 0.82 | 0.66 |
| Hex | B9 | 60 | EF | 17 | 3C | 0 | 6 | 115 | 52 | 42 |
| Octal | 271 | 140 | 357 | 27 | 74 | 0 | 6 | 425 | 122 | 102 |
| Binary | 10111001 | 1100000 | 11101111 | 10111 | 111100 | 0 | 110 | 100010101 | 1010010 | 1000010 |
Color Harmonies of #B960EF
Complementary color
Monochromatic Colors of #B960EF
Black with #B960EF
Text Example
Text Example
White with #B960EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960EF; }
p { color: rgb(185,96,239); }
H1.HeaderClassName
{
color: #B960EF;
}
.AnyTagClassName
{
color: #B960EF;
}
</style>
background-color css
<style>
a { background-color: #B960EF; }
a { background-color: rgb(185,96,239); }
div.DivClassName
{
background-color: #B960EF;
}
.BgClassName
{
background-color: #B960EF;
}
</style>
border-color css
<style>
span { border-color: #B960EF; }
span { border-color: rgb(185,96,239); }
td.TdClassName
{
border-color: #B960EF;
}
.TagClassName
{
border-color: #B960EF;
}
</style>