Shades of Medium Orchid #B934F4
Tints of Medium Orchid #B934F4
RGB
CMYK
RGB Variations
Color information
#B934F4 (or 0xB934F4) is known color: Medium Orchid. HEX triplet: B9, 34 and F4. RGB value is (185,52,244). Sum of RGB (Red+Green+Blue) = 185+52+244=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #B934F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F4 is #46CB0B. Grayscale: #717171. Windows color (decimal): -4639500 or 16004281. OLE color: 16004281.
HSL color Cylindrical-coordinate representation of color #B934F4: hue angle of 281.56º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934F4 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 52 | 244 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.04 |
| HSL | 281.56º | 0.9% | 0.58% | - |
| HSV(B) | 281.56º | 0.79% | 0.96% | - |
| XYZ | 37.56 | 19.3 | 87.33 | - |
| YUV | 113.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 244 | 0.24 | 0.79 | 0 | 0.04 | 281.56 | 0.9 | 0.58 |
| Hex | B9 | 34 | F4 | 18 | 4F | 0 | 4 | 11A | 5A | 3A |
| Octal | 271 | 64 | 364 | 30 | 117 | 0 | 4 | 432 | 132 | 72 |
| Binary | 10111001 | 110100 | 11110100 | 11000 | 1001111 | 0 | 100 | 100011010 | 1011010 | 111010 |
Color Harmonies of #B934F4
Complementary color
Monochromatic Colors of #B934F4
Black with #B934F4
Text Example
Text Example
White with #B934F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934F4; }
p { color: rgb(185,52,244); }
H1.HeaderClassName
{
color: #B934F4;
}
.AnyTagClassName
{
color: #B934F4;
}
</style>
background-color css
<style>
a { background-color: #B934F4; }
a { background-color: rgb(185,52,244); }
div.DivClassName
{
background-color: #B934F4;
}
.BgClassName
{
background-color: #B934F4;
}
</style>
border-color css
<style>
span { border-color: #B934F4; }
span { border-color: rgb(185,52,244); }
td.TdClassName
{
border-color: #B934F4;
}
.TagClassName
{
border-color: #B934F4;
}
</style>