Shades of Medium Orchid #B960FA
Tints of Medium Orchid #B960FA
RGB
CMYK
RGB Variations
Color information
#B960FA (or 0xB960FA) is known color: Medium Orchid. HEX triplet: B9, 60 and FA. RGB value is (185,96,250). Sum of RGB (Red+Green+Blue) = 185+96+250=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B960FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960FA is #469F05. Grayscale: #8B8B8B. Windows color (decimal): -4628230 or 16408761. OLE color: 16408761.
HSL color Cylindrical-coordinate representation of color #B960FA: hue angle of 274.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B960FA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 96 | 250 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.02 |
| HSL | 274.68º | 0.94% | 0.68% | - |
| HSV(B) | 274.68º | 0.62% | 0.98% | - |
| XYZ | 41.45 | 25.58 | 93.2 | - |
| YUV | 140.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 250 | 0.26 | 0.62 | 0 | 0.02 | 274.68 | 0.94 | 0.68 |
| Hex | B9 | 60 | FA | 1A | 3E | 0 | 2 | 113 | 5E | 44 |
| Octal | 271 | 140 | 372 | 32 | 76 | 0 | 2 | 423 | 136 | 104 |
| Binary | 10111001 | 1100000 | 11111010 | 11010 | 111110 | 0 | 10 | 100010011 | 1011110 | 1000100 |
Color Harmonies of #B960FA
Complementary color
Monochromatic Colors of #B960FA
Black with #B960FA
Text Example
Text Example
White with #B960FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960FA; }
p { color: rgb(185,96,250); }
H1.HeaderClassName
{
color: #B960FA;
}
.AnyTagClassName
{
color: #B960FA;
}
</style>
background-color css
<style>
a { background-color: #B960FA; }
a { background-color: rgb(185,96,250); }
div.DivClassName
{
background-color: #B960FA;
}
.BgClassName
{
background-color: #B960FA;
}
</style>
border-color css
<style>
span { border-color: #B960FA; }
span { border-color: rgb(185,96,250); }
td.TdClassName
{
border-color: #B960FA;
}
.TagClassName
{
border-color: #B960FA;
}
</style>