Shades of Medium Orchid #B935F4
Tints of Medium Orchid #B935F4
RGB
CMYK
RGB Variations
Color information
#B935F4 (or 0xB935F4) is known color: Medium Orchid. HEX triplet: B9, 35 and F4. RGB value is (185,53,244). Sum of RGB (Red+Green+Blue) = 185+53+244=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #B935F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935F4 is #46CA0B. Grayscale: #717171. Windows color (decimal): -4639244 or 16004537. OLE color: 16004537.
HSL color Cylindrical-coordinate representation of color #B935F4: hue angle of 281.47º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B935F4 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 53 | 244 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.04 |
| HSL | 281.47º | 0.9% | 0.58% | - |
| HSV(B) | 281.47º | 0.78% | 0.96% | - |
| XYZ | 37.61 | 19.39 | 87.35 | - |
| YUV | 114.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 244 | 0.24 | 0.78 | 0 | 0.04 | 281.47 | 0.9 | 0.58 |
| Hex | B9 | 35 | F4 | 18 | 4E | 0 | 4 | 119 | 5A | 3A |
| Octal | 271 | 65 | 364 | 30 | 116 | 0 | 4 | 431 | 132 | 72 |
| Binary | 10111001 | 110101 | 11110100 | 11000 | 1001110 | 0 | 100 | 100011001 | 1011010 | 111010 |
Color Harmonies of #B935F4
Complementary color
Monochromatic Colors of #B935F4
Black with #B935F4
Text Example
Text Example
White with #B935F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935F4; }
p { color: rgb(185,53,244); }
H1.HeaderClassName
{
color: #B935F4;
}
.AnyTagClassName
{
color: #B935F4;
}
</style>
background-color css
<style>
a { background-color: #B935F4; }
a { background-color: rgb(185,53,244); }
div.DivClassName
{
background-color: #B935F4;
}
.BgClassName
{
background-color: #B935F4;
}
</style>
border-color css
<style>
span { border-color: #B935F4; }
span { border-color: rgb(185,53,244); }
td.TdClassName
{
border-color: #B935F4;
}
.TagClassName
{
border-color: #B935F4;
}
</style>