Shades of Medium Orchid #B934F9
Tints of Medium Orchid #B934F9
RGB
CMYK
RGB Variations
Color information
#B934F9 (or 0xB934F9) is known color: Medium Orchid. HEX triplet: B9, 34 and F9. RGB value is (185,52,249). Sum of RGB (Red+Green+Blue) = 185+52+249=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #B934F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F9 is #46CB06. Grayscale: #717171. Windows color (decimal): -4639495 or 16331961. OLE color: 16331961.
HSL color Cylindrical-coordinate representation of color #B934F9: hue angle of 280.51º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934F9 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 52 | 249 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.51º | 0.94% | 0.59% | - |
| HSV(B) | 280.51º | 0.79% | 0.98% | - |
| XYZ | 38.33 | 19.61 | 91.39 | - |
| YUV | 114.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 249 | 0.26 | 0.79 | 0 | 0.02 | 280.51 | 0.94 | 0.59 |
| Hex | B9 | 34 | F9 | 1A | 4F | 0 | 2 | 119 | 5E | 3B |
| Octal | 271 | 64 | 371 | 32 | 117 | 0 | 2 | 431 | 136 | 73 |
| Binary | 10111001 | 110100 | 11111001 | 11010 | 1001111 | 0 | 10 | 100011001 | 1011110 | 111011 |
Color Harmonies of #B934F9
Complementary color
Monochromatic Colors of #B934F9
Black with #B934F9
Text Example
Text Example
White with #B934F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934F9; }
p { color: rgb(185,52,249); }
H1.HeaderClassName
{
color: #B934F9;
}
.AnyTagClassName
{
color: #B934F9;
}
</style>
background-color css
<style>
a { background-color: #B934F9; }
a { background-color: rgb(185,52,249); }
div.DivClassName
{
background-color: #B934F9;
}
.BgClassName
{
background-color: #B934F9;
}
</style>
border-color css
<style>
span { border-color: #B934F9; }
span { border-color: rgb(185,52,249); }
td.TdClassName
{
border-color: #B934F9;
}
.TagClassName
{
border-color: #B934F9;
}
</style>