Shades of Medium Orchid #B93FFF
Tints of Medium Orchid #B93FFF
RGB
CMYK
RGB Variations
Color information
#B93FFF (or 0xB93FFF) is known color: Medium Orchid. HEX triplet: B9, 3F and FF. RGB value is (185,63,255). Sum of RGB (Red+Green+Blue) = 185+63+255=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B93FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FFF is #46C000. Grayscale: #787878. Windows color (decimal): -4636673 or 16727993. OLE color: 16727993.
HSL color Cylindrical-coordinate representation of color #B93FFF: hue angle of 278.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93FFF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 63 | 255 | - |
| CMYK | 0.27 | 0.75 | 0 | 0 |
| HSL | 278.13º | 1% | 0.62% | - |
| HSV(B) | 278.13º | 0.75% | 1% | - |
| XYZ | 39.84 | 21.09 | 96.58 | - |
| YUV | 121.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 255 | 0.27 | 0.75 | 0 | 0 | 278.13 | 1 | 0.62 |
| Hex | B9 | 3F | FF | 1B | 4B | 0 | 0 | 116 | 64 | 3E |
| Octal | 271 | 77 | 377 | 33 | 113 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111001 | 111111 | 11111111 | 11011 | 1001011 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B93FFF
Complementary color
Monochromatic Colors of #B93FFF
Black with #B93FFF
Text Example
Text Example
White with #B93FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FFF; }
p { color: rgb(185,63,255); }
H1.HeaderClassName
{
color: #B93FFF;
}
.AnyTagClassName
{
color: #B93FFF;
}
</style>
background-color css
<style>
a { background-color: #B93FFF; }
a { background-color: rgb(185,63,255); }
div.DivClassName
{
background-color: #B93FFF;
}
.BgClassName
{
background-color: #B93FFF;
}
</style>
border-color css
<style>
span { border-color: #B93FFF; }
span { border-color: rgb(185,63,255); }
td.TdClassName
{
border-color: #B93FFF;
}
.TagClassName
{
border-color: #B93FFF;
}
</style>