Shades of Medium Orchid #B93BCF
Tints of Medium Orchid #B93BCF
RGB
CMYK
RGB Variations
Color information
#B93BCF (or 0xB93BCF) is known color: Medium Orchid. HEX triplet: B9, 3B and CF. RGB value is (185,59,207). Sum of RGB (Red+Green+Blue) = 185+59+207=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B93BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BCF is #46C430. Grayscale: #717171. Windows color (decimal): -4637745 or 13581241. OLE color: 13581241.
HSL color Cylindrical-coordinate representation of color #B93BCF: hue angle of 291.08º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93BCF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 59 | 207 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.19 |
| HSL | 291.08º | 0.61% | 0.52% | - |
| HSV(B) | 291.08º | 0.71% | 0.81% | - |
| XYZ | 32.83 | 17.95 | 60.77 | - |
| YUV | 113.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 207 | 0.11 | 0.71 | 0 | 0.19 | 291.08 | 0.61 | 0.52 |
| Hex | B9 | 3B | CF | B | 47 | 0 | 13 | 123 | 3D | 34 |
| Octal | 271 | 73 | 317 | 13 | 107 | 0 | 23 | 443 | 75 | 64 |
| Binary | 10111001 | 111011 | 11001111 | 1011 | 1000111 | 0 | 10011 | 100100011 | 111101 | 110100 |
Color Harmonies of #B93BCF
Complementary color
Monochromatic Colors of #B93BCF
Black with #B93BCF
Text Example
Text Example
White with #B93BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BCF; }
p { color: rgb(185,59,207); }
H1.HeaderClassName
{
color: #B93BCF;
}
.AnyTagClassName
{
color: #B93BCF;
}
</style>
background-color css
<style>
a { background-color: #B93BCF; }
a { background-color: rgb(185,59,207); }
div.DivClassName
{
background-color: #B93BCF;
}
.BgClassName
{
background-color: #B93BCF;
}
</style>
border-color css
<style>
span { border-color: #B93BCF; }
span { border-color: rgb(185,59,207); }
td.TdClassName
{
border-color: #B93BCF;
}
.TagClassName
{
border-color: #B93BCF;
}
</style>