Shades of Medium Orchid #B93AFB
Tints of Medium Orchid #B93AFB
RGB
CMYK
RGB Variations
Color information
#B93AFB (or 0xB93AFB) is known color: Medium Orchid. HEX triplet: B9, 3A and FB. RGB value is (185,58,251). Sum of RGB (Red+Green+Blue) = 185+58+251=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B93AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AFB is #46C504. Grayscale: #757575. Windows color (decimal): -4637957 or 16464569. OLE color: 16464569.
HSL color Cylindrical-coordinate representation of color #B93AFB: hue angle of 279.48º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93AFB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 58 | 251 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.02 |
| HSL | 279.48º | 0.96% | 0.61% | - |
| HSV(B) | 279.48º | 0.77% | 0.98% | - |
| XYZ | 38.93 | 20.31 | 93.13 | - |
| YUV | 117.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 251 | 0.26 | 0.77 | 0 | 0.02 | 279.48 | 0.96 | 0.61 |
| Hex | B9 | 3A | FB | 1A | 4D | 0 | 2 | 117 | 60 | 3D |
| Octal | 271 | 72 | 373 | 32 | 115 | 0 | 2 | 427 | 140 | 75 |
| Binary | 10111001 | 111010 | 11111011 | 11010 | 1001101 | 0 | 10 | 100010111 | 1100000 | 111101 |
Color Harmonies of #B93AFB
Complementary color
Monochromatic Colors of #B93AFB
Black with #B93AFB
Text Example
Text Example
White with #B93AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93AFB; }
p { color: rgb(185,58,251); }
H1.HeaderClassName
{
color: #B93AFB;
}
.AnyTagClassName
{
color: #B93AFB;
}
</style>
background-color css
<style>
a { background-color: #B93AFB; }
a { background-color: rgb(185,58,251); }
div.DivClassName
{
background-color: #B93AFB;
}
.BgClassName
{
background-color: #B93AFB;
}
</style>
border-color css
<style>
span { border-color: #B93AFB; }
span { border-color: rgb(185,58,251); }
td.TdClassName
{
border-color: #B93AFB;
}
.TagClassName
{
border-color: #B93AFB;
}
</style>