Shades of Medium Orchid #B93FFB
Tints of Medium Orchid #B93FFB
RGB
CMYK
RGB Variations
Color information
#B93FFB (or 0xB93FFB) is known color: Medium Orchid. HEX triplet: B9, 3F and FB. RGB value is (185,63,251). Sum of RGB (Red+Green+Blue) = 185+63+251=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #B93FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FFB is #46C004. Grayscale: #787878. Windows color (decimal): -4636677 or 16465849. OLE color: 16465849.
HSL color Cylindrical-coordinate representation of color #B93FFB: hue angle of 278.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93FFB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 63 | 251 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.02 |
| HSL | 278.94º | 0.96% | 0.62% | - |
| HSV(B) | 278.94º | 0.75% | 0.98% | - |
| XYZ | 39.2 | 20.83 | 93.22 | - |
| YUV | 120.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 251 | 0.26 | 0.75 | 0 | 0.02 | 278.94 | 0.96 | 0.62 |
| Hex | B9 | 3F | FB | 1A | 4B | 0 | 2 | 117 | 60 | 3E |
| Octal | 271 | 77 | 373 | 32 | 113 | 0 | 2 | 427 | 140 | 76 |
| Binary | 10111001 | 111111 | 11111011 | 11010 | 1001011 | 0 | 10 | 100010111 | 1100000 | 111110 |
Color Harmonies of #B93FFB
Complementary color
Monochromatic Colors of #B93FFB
Black with #B93FFB
Text Example
Text Example
White with #B93FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FFB; }
p { color: rgb(185,63,251); }
H1.HeaderClassName
{
color: #B93FFB;
}
.AnyTagClassName
{
color: #B93FFB;
}
</style>
background-color css
<style>
a { background-color: #B93FFB; }
a { background-color: rgb(185,63,251); }
div.DivClassName
{
background-color: #B93FFB;
}
.BgClassName
{
background-color: #B93FFB;
}
</style>
border-color css
<style>
span { border-color: #B93FFB; }
span { border-color: rgb(185,63,251); }
td.TdClassName
{
border-color: #B93FFB;
}
.TagClassName
{
border-color: #B93FFB;
}
</style>