Shades of Medium Orchid #B935FA
Tints of Medium Orchid #B935FA
RGB
CMYK
RGB Variations
Color information
#B935FA (or 0xB935FA) is known color: Medium Orchid. HEX triplet: B9, 35 and FA. RGB value is (185,53,250). Sum of RGB (Red+Green+Blue) = 185+53+250=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #B935FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FA is #46CA05. Grayscale: #727272. Windows color (decimal): -4639238 or 16397753. OLE color: 16397753.
HSL color Cylindrical-coordinate representation of color #B935FA: hue angle of 280.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B935FA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 53 | 250 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.2º | 0.95% | 0.59% | - |
| HSV(B) | 280.2º | 0.79% | 0.98% | - |
| XYZ | 38.54 | 19.76 | 92.23 | - |
| YUV | 114.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 250 | 0.26 | 0.79 | 0 | 0.02 | 280.2 | 0.95 | 0.59 |
| Hex | B9 | 35 | FA | 1A | 4F | 0 | 2 | 118 | 5F | 3B |
| Octal | 271 | 65 | 372 | 32 | 117 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10111001 | 110101 | 11111010 | 11010 | 1001111 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B935FA
Complementary color
Monochromatic Colors of #B935FA
Black with #B935FA
Text Example
Text Example
White with #B935FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935FA; }
p { color: rgb(185,53,250); }
H1.HeaderClassName
{
color: #B935FA;
}
.AnyTagClassName
{
color: #B935FA;
}
</style>
background-color css
<style>
a { background-color: #B935FA; }
a { background-color: rgb(185,53,250); }
div.DivClassName
{
background-color: #B935FA;
}
.BgClassName
{
background-color: #B935FA;
}
</style>
border-color css
<style>
span { border-color: #B935FA; }
span { border-color: rgb(185,53,250); }
td.TdClassName
{
border-color: #B935FA;
}
.TagClassName
{
border-color: #B935FA;
}
</style>