Shades of Medium Orchid #B935FB
Tints of Medium Orchid #B935FB
RGB
CMYK
RGB Variations
Color information
#B935FB (or 0xB935FB) is known color: Medium Orchid. HEX triplet: B9, 35 and FB. RGB value is (185,53,251). Sum of RGB (Red+Green+Blue) = 185+53+251=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #B935FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FB is #46CA04. Grayscale: #727272. Windows color (decimal): -4639237 or 16463289. OLE color: 16463289.
HSL color Cylindrical-coordinate representation of color #B935FB: hue angle of 280º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B935FB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 53 | 251 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280º | 0.96% | 0.6% | - |
| HSV(B) | 280º | 0.79% | 0.98% | - |
| XYZ | 38.69 | 19.83 | 93.05 | - |
| YUV | 115.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 251 | 0.26 | 0.79 | 0 | 0.02 | 280 | 0.96 | 0.6 |
| Hex | B9 | 35 | FB | 1A | 4F | 0 | 2 | 118 | 60 | 3C |
| Octal | 271 | 65 | 373 | 32 | 117 | 0 | 2 | 430 | 140 | 74 |
| Binary | 10111001 | 110101 | 11111011 | 11010 | 1001111 | 0 | 10 | 100011000 | 1100000 | 111100 |
Color Harmonies of #B935FB
Complementary color
Monochromatic Colors of #B935FB
Black with #B935FB
Text Example
Text Example
White with #B935FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935FB; }
p { color: rgb(185,53,251); }
H1.HeaderClassName
{
color: #B935FB;
}
.AnyTagClassName
{
color: #B935FB;
}
</style>
background-color css
<style>
a { background-color: #B935FB; }
a { background-color: rgb(185,53,251); }
div.DivClassName
{
background-color: #B935FB;
}
.BgClassName
{
background-color: #B935FB;
}
</style>
border-color css
<style>
span { border-color: #B935FB; }
span { border-color: rgb(185,53,251); }
td.TdClassName
{
border-color: #B935FB;
}
.TagClassName
{
border-color: #B935FB;
}
</style>