Shades of Medium Orchid #B93BFC
Tints of Medium Orchid #B93BFC
RGB
CMYK
RGB Variations
Color information
#B93BFC (or 0xB93BFC) is known color: Medium Orchid. HEX triplet: B9, 3B and FC. RGB value is (185,59,252). Sum of RGB (Red+Green+Blue) = 185+59+252=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B93BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BFC is #46C403. Grayscale: #767676. Windows color (decimal): -4637700 or 16530361. OLE color: 16530361.
HSL color Cylindrical-coordinate representation of color #B93BFC: hue angle of 279.17º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93BFC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 59 | 252 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.01 |
| HSL | 279.17º | 0.97% | 0.61% | - |
| HSV(B) | 279.17º | 0.77% | 0.99% | - |
| XYZ | 39.14 | 20.47 | 93.98 | - |
| YUV | 118.68 | 203.24 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 252 | 0.27 | 0.77 | 0 | 0.01 | 279.17 | 0.97 | 0.61 |
| Hex | B9 | 3B | FC | 1B | 4D | 0 | 1 | 117 | 61 | 3D |
| Octal | 271 | 73 | 374 | 33 | 115 | 0 | 1 | 427 | 141 | 75 |
| Binary | 10111001 | 111011 | 11111100 | 11011 | 1001101 | 0 | 1 | 100010111 | 1100001 | 111101 |
Color Harmonies of #B93BFC
Complementary color
Monochromatic Colors of #B93BFC
Black with #B93BFC
Text Example
Text Example
White with #B93BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BFC; }
p { color: rgb(185,59,252); }
H1.HeaderClassName
{
color: #B93BFC;
}
.AnyTagClassName
{
color: #B93BFC;
}
</style>
background-color css
<style>
a { background-color: #B93BFC; }
a { background-color: rgb(185,59,252); }
div.DivClassName
{
background-color: #B93BFC;
}
.BgClassName
{
background-color: #B93BFC;
}
</style>
border-color css
<style>
span { border-color: #B93BFC; }
span { border-color: rgb(185,59,252); }
td.TdClassName
{
border-color: #B93BFC;
}
.TagClassName
{
border-color: #B93BFC;
}
</style>