Shades of Medium Orchid #B935F3
Tints of Medium Orchid #B935F3
RGB
CMYK
RGB Variations
Color information
#B935F3 (or 0xB935F3) is known color: Medium Orchid. HEX triplet: B9, 35 and F3. RGB value is (185,53,243). Sum of RGB (Red+Green+Blue) = 185+53+243=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #B935F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935F3 is #46CA0C. Grayscale: #717171. Windows color (decimal): -4639245 or 15939001. OLE color: 15939001.
HSL color Cylindrical-coordinate representation of color #B935F3: hue angle of 281.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B935F3 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 53 | 243 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.05 |
| HSL | 281.68º | 0.89% | 0.58% | - |
| HSV(B) | 281.68º | 0.78% | 0.95% | - |
| XYZ | 37.46 | 19.33 | 86.55 | - |
| YUV | 114.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 243 | 0.24 | 0.78 | 0 | 0.05 | 281.68 | 0.89 | 0.58 |
| Hex | B9 | 35 | F3 | 18 | 4E | 0 | 5 | 11A | 59 | 3A |
| Octal | 271 | 65 | 363 | 30 | 116 | 0 | 5 | 432 | 131 | 72 |
| Binary | 10111001 | 110101 | 11110011 | 11000 | 1001110 | 0 | 101 | 100011010 | 1011001 | 111010 |
Color Harmonies of #B935F3
Complementary color
Monochromatic Colors of #B935F3
Black with #B935F3
Text Example
Text Example
White with #B935F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935F3; }
p { color: rgb(185,53,243); }
H1.HeaderClassName
{
color: #B935F3;
}
.AnyTagClassName
{
color: #B935F3;
}
</style>
background-color css
<style>
a { background-color: #B935F3; }
a { background-color: rgb(185,53,243); }
div.DivClassName
{
background-color: #B935F3;
}
.BgClassName
{
background-color: #B935F3;
}
</style>
border-color css
<style>
span { border-color: #B935F3; }
span { border-color: rgb(185,53,243); }
td.TdClassName
{
border-color: #B935F3;
}
.TagClassName
{
border-color: #B935F3;
}
</style>