Shades of Medium Orchid #B93FE1
Tints of Medium Orchid #B93FE1
RGB
CMYK
RGB Variations
Color information
#B93FE1 (or 0xB93FE1) is known color: Medium Orchid. HEX triplet: B9, 3F and E1. RGB value is (185,63,225). Sum of RGB (Red+Green+Blue) = 185+63+225=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #B93FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FE1 is #46C01E. Grayscale: #757575. Windows color (decimal): -4636703 or 14761913. OLE color: 14761913.
HSL color Cylindrical-coordinate representation of color #B93FE1: hue angle of 285.19º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93FE1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 63 | 225 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.12 |
| HSL | 285.19º | 0.73% | 0.56% | - |
| HSV(B) | 285.19º | 0.72% | 0.88% | - |
| XYZ | 35.38 | 19.31 | 73.1 | - |
| YUV | 117.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 225 | 0.18 | 0.72 | 0 | 0.12 | 285.19 | 0.73 | 0.56 |
| Hex | B9 | 3F | E1 | 12 | 48 | 0 | C | 11D | 49 | 38 |
| Octal | 271 | 77 | 341 | 22 | 110 | 0 | 14 | 435 | 111 | 70 |
| Binary | 10111001 | 111111 | 11100001 | 10010 | 1001000 | 0 | 1100 | 100011101 | 1001001 | 111000 |
Color Harmonies of #B93FE1
Complementary color
Monochromatic Colors of #B93FE1
Black with #B93FE1
Text Example
Text Example
White with #B93FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FE1; }
p { color: rgb(185,63,225); }
H1.HeaderClassName
{
color: #B93FE1;
}
.AnyTagClassName
{
color: #B93FE1;
}
</style>
background-color css
<style>
a { background-color: #B93FE1; }
a { background-color: rgb(185,63,225); }
div.DivClassName
{
background-color: #B93FE1;
}
.BgClassName
{
background-color: #B93FE1;
}
</style>
border-color css
<style>
span { border-color: #B93FE1; }
span { border-color: rgb(185,63,225); }
td.TdClassName
{
border-color: #B93FE1;
}
.TagClassName
{
border-color: #B93FE1;
}
</style>