Shades of Medium Orchid #B93BFE
Tints of Medium Orchid #B93BFE
RGB
CMYK
RGB Variations
Color information
#B93BFE (or 0xB93BFE) is known color: Medium Orchid. HEX triplet: B9, 3B and FE. RGB value is (185,59,254). Sum of RGB (Red+Green+Blue) = 185+59+254=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B93BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BFE is #46C401. Grayscale: #767676. Windows color (decimal): -4637698 or 16661433. OLE color: 16661433.
HSL color Cylindrical-coordinate representation of color #B93BFE: hue angle of 278.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93BFE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 59 | 254 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.00 |
| HSL | 278.77º | 0.99% | 0.61% | - |
| HSV(B) | 278.77º | 0.77% | 1% | - |
| XYZ | 39.46 | 20.6 | 95.66 | - |
| YUV | 118.9 | 204.24 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 254 | 0.27 | 0.77 | 0 | 0.00 | 278.77 | 0.99 | 0.61 |
| Hex | B9 | 3B | FE | 1B | 4D | 0 | 0 | 117 | 63 | 3D |
| Octal | 271 | 73 | 376 | 33 | 115 | 0 | 0 | 427 | 143 | 75 |
| Binary | 10111001 | 111011 | 11111110 | 11011 | 1001101 | 0 | 0 | 100010111 | 1100011 | 111101 |
Color Harmonies of #B93BFE
Complementary color
Monochromatic Colors of #B93BFE
Black with #B93BFE
Text Example
Text Example
White with #B93BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BFE; }
p { color: rgb(185,59,254); }
H1.HeaderClassName
{
color: #B93BFE;
}
.AnyTagClassName
{
color: #B93BFE;
}
</style>
background-color css
<style>
a { background-color: #B93BFE; }
a { background-color: rgb(185,59,254); }
div.DivClassName
{
background-color: #B93BFE;
}
.BgClassName
{
background-color: #B93BFE;
}
</style>
border-color css
<style>
span { border-color: #B93BFE; }
span { border-color: rgb(185,59,254); }
td.TdClassName
{
border-color: #B93BFE;
}
.TagClassName
{
border-color: #B93BFE;
}
</style>