Shades of Medium Orchid #B935F6
Tints of Medium Orchid #B935F6
RGB
CMYK
RGB Variations
Color information
#B935F6 (or 0xB935F6) is known color: Medium Orchid. HEX triplet: B9, 35 and F6. RGB value is (185,53,246). Sum of RGB (Red+Green+Blue) = 185+53+246=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #B935F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935F6 is #46CA09. Grayscale: #717171. Windows color (decimal): -4639242 or 16135609. OLE color: 16135609.
HSL color Cylindrical-coordinate representation of color #B935F6: hue angle of 281.04º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B935F6 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 53 | 246 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.04 |
| HSL | 281.04º | 0.91% | 0.59% | - |
| HSV(B) | 281.04º | 0.78% | 0.96% | - |
| XYZ | 37.92 | 19.51 | 88.96 | - |
| YUV | 114.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 246 | 0.25 | 0.78 | 0 | 0.04 | 281.04 | 0.91 | 0.59 |
| Hex | B9 | 35 | F6 | 19 | 4E | 0 | 4 | 119 | 5B | 3B |
| Octal | 271 | 65 | 366 | 31 | 116 | 0 | 4 | 431 | 133 | 73 |
| Binary | 10111001 | 110101 | 11110110 | 11001 | 1001110 | 0 | 100 | 100011001 | 1011011 | 111011 |
Color Harmonies of #B935F6
Complementary color
Monochromatic Colors of #B935F6
Black with #B935F6
Text Example
Text Example
White with #B935F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935F6; }
p { color: rgb(185,53,246); }
H1.HeaderClassName
{
color: #B935F6;
}
.AnyTagClassName
{
color: #B935F6;
}
</style>
background-color css
<style>
a { background-color: #B935F6; }
a { background-color: rgb(185,53,246); }
div.DivClassName
{
background-color: #B935F6;
}
.BgClassName
{
background-color: #B935F6;
}
</style>
border-color css
<style>
span { border-color: #B935F6; }
span { border-color: rgb(185,53,246); }
td.TdClassName
{
border-color: #B935F6;
}
.TagClassName
{
border-color: #B935F6;
}
</style>