Shades of Medium Orchid #B93FFA
Tints of Medium Orchid #B93FFA
RGB
CMYK
RGB Variations
Color information
#B93FFA (or 0xB93FFA) is known color: Medium Orchid. HEX triplet: B9, 3F and FA. RGB value is (185,63,250). Sum of RGB (Red+Green+Blue) = 185+63+250=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B93FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FFA is #46C005. Grayscale: #787878. Windows color (decimal): -4636678 or 16400313. OLE color: 16400313.
HSL color Cylindrical-coordinate representation of color #B93FFA: hue angle of 279.14º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93FFA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 63 | 250 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.02 |
| HSL | 279.14º | 0.95% | 0.61% | - |
| HSV(B) | 279.14º | 0.75% | 0.98% | - |
| XYZ | 39.04 | 20.77 | 92.39 | - |
| YUV | 120.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 250 | 0.26 | 0.75 | 0 | 0.02 | 279.14 | 0.95 | 0.61 |
| Hex | B9 | 3F | FA | 1A | 4B | 0 | 2 | 117 | 5F | 3D |
| Octal | 271 | 77 | 372 | 32 | 113 | 0 | 2 | 427 | 137 | 75 |
| Binary | 10111001 | 111111 | 11111010 | 11010 | 1001011 | 0 | 10 | 100010111 | 1011111 | 111101 |
Color Harmonies of #B93FFA
Complementary color
Monochromatic Colors of #B93FFA
Black with #B93FFA
Text Example
Text Example
White with #B93FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FFA; }
p { color: rgb(185,63,250); }
H1.HeaderClassName
{
color: #B93FFA;
}
.AnyTagClassName
{
color: #B93FFA;
}
</style>
background-color css
<style>
a { background-color: #B93FFA; }
a { background-color: rgb(185,63,250); }
div.DivClassName
{
background-color: #B93FFA;
}
.BgClassName
{
background-color: #B93FFA;
}
</style>
border-color css
<style>
span { border-color: #B93FFA; }
span { border-color: rgb(185,63,250); }
td.TdClassName
{
border-color: #B93FFA;
}
.TagClassName
{
border-color: #B93FFA;
}
</style>