Shades of Medium Orchid #B93BFA
Tints of Medium Orchid #B93BFA
RGB
CMYK
RGB Variations
Color information
#B93BFA (or 0xB93BFA) is known color: Medium Orchid. HEX triplet: B9, 3B and FA. RGB value is (185,59,250). Sum of RGB (Red+Green+Blue) = 185+59+250=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #B93BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BFA is #46C405. Grayscale: #757575. Windows color (decimal): -4637702 or 16399289. OLE color: 16399289.
HSL color Cylindrical-coordinate representation of color #B93BFA: hue angle of 279.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93BFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 59 | 250 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.02 |
| HSL | 279.58º | 0.95% | 0.61% | - |
| HSV(B) | 279.58º | 0.76% | 0.98% | - |
| XYZ | 38.83 | 20.34 | 92.32 | - |
| YUV | 118.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 250 | 0.26 | 0.76 | 0 | 0.02 | 279.58 | 0.95 | 0.61 |
| Hex | B9 | 3B | FA | 1A | 4C | 0 | 2 | 118 | 5F | 3D |
| Octal | 271 | 73 | 372 | 32 | 114 | 0 | 2 | 430 | 137 | 75 |
| Binary | 10111001 | 111011 | 11111010 | 11010 | 1001100 | 0 | 10 | 100011000 | 1011111 | 111101 |
Color Harmonies of #B93BFA
Complementary color
Monochromatic Colors of #B93BFA
Black with #B93BFA
Text Example
Text Example
White with #B93BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BFA; }
p { color: rgb(185,59,250); }
H1.HeaderClassName
{
color: #B93BFA;
}
.AnyTagClassName
{
color: #B93BFA;
}
</style>
background-color css
<style>
a { background-color: #B93BFA; }
a { background-color: rgb(185,59,250); }
div.DivClassName
{
background-color: #B93BFA;
}
.BgClassName
{
background-color: #B93BFA;
}
</style>
border-color css
<style>
span { border-color: #B93BFA; }
span { border-color: rgb(185,59,250); }
td.TdClassName
{
border-color: #B93BFA;
}
.TagClassName
{
border-color: #B93BFA;
}
</style>