Shades of Medium Orchid #B93CFF
Tints of Medium Orchid #B93CFF
RGB
CMYK
RGB Variations
Color information
#B93CFF (or 0xB93CFF) is known color: Medium Orchid. HEX triplet: B9, 3C and FF. RGB value is (185,60,255). Sum of RGB (Red+Green+Blue) = 185+60+255=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B93CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CFF is #46C300. Grayscale: #767676. Windows color (decimal): -4637441 or 16727225. OLE color: 16727225.
HSL color Cylindrical-coordinate representation of color #B93CFF: hue angle of 278.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93CFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 60 | 255 | - |
| CMYK | 0.27 | 0.76 | 0 | 0 |
| HSL | 278.46º | 1% | 0.62% | - |
| HSV(B) | 278.46º | 0.76% | 1% | - |
| XYZ | 39.67 | 20.77 | 96.52 | - |
| YUV | 119.61 | 204.41 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 255 | 0.27 | 0.76 | 0 | 0 | 278.46 | 1 | 0.62 |
| Hex | B9 | 3C | FF | 1B | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 271 | 74 | 377 | 33 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111001 | 111100 | 11111111 | 11011 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B93CFF
Complementary color
Monochromatic Colors of #B93CFF
Black with #B93CFF
Text Example
Text Example
White with #B93CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CFF; }
p { color: rgb(185,60,255); }
H1.HeaderClassName
{
color: #B93CFF;
}
.AnyTagClassName
{
color: #B93CFF;
}
</style>
background-color css
<style>
a { background-color: #B93CFF; }
a { background-color: rgb(185,60,255); }
div.DivClassName
{
background-color: #B93CFF;
}
.BgClassName
{
background-color: #B93CFF;
}
</style>
border-color css
<style>
span { border-color: #B93CFF; }
span { border-color: rgb(185,60,255); }
td.TdClassName
{
border-color: #B93CFF;
}
.TagClassName
{
border-color: #B93CFF;
}
</style>