Shades of Medium Orchid #B93ECB
Tints of Medium Orchid #B93ECB
RGB
CMYK
RGB Variations
Color information
#B93ECB (or 0xB93ECB) is known color: Medium Orchid. HEX triplet: B9, 3E and CB. RGB value is (185,62,203). Sum of RGB (Red+Green+Blue) = 185+62+203=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B93ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ECB is #46C134. Grayscale: #727272. Windows color (decimal): -4636981 or 13319865. OLE color: 13319865.
HSL color Cylindrical-coordinate representation of color #B93ECB: hue angle of 292.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93ECB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 62 | 203 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.20 |
| HSL | 292.34º | 0.58% | 0.52% | - |
| HSV(B) | 292.34º | 0.69% | 0.8% | - |
| XYZ | 32.51 | 18.07 | 58.27 | - |
| YUV | 114.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 203 | 0.09 | 0.69 | 0 | 0.20 | 292.34 | 0.58 | 0.52 |
| Hex | B9 | 3E | CB | 9 | 45 | 0 | 14 | 124 | 3A | 34 |
| Octal | 271 | 76 | 313 | 11 | 105 | 0 | 24 | 444 | 72 | 64 |
| Binary | 10111001 | 111110 | 11001011 | 1001 | 1000101 | 0 | 10100 | 100100100 | 111010 | 110100 |
Color Harmonies of #B93ECB
Complementary color
Monochromatic Colors of #B93ECB
Black with #B93ECB
Text Example
Text Example
White with #B93ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93ECB; }
p { color: rgb(185,62,203); }
H1.HeaderClassName
{
color: #B93ECB;
}
.AnyTagClassName
{
color: #B93ECB;
}
</style>
background-color css
<style>
a { background-color: #B93ECB; }
a { background-color: rgb(185,62,203); }
div.DivClassName
{
background-color: #B93ECB;
}
.BgClassName
{
background-color: #B93ECB;
}
</style>
border-color css
<style>
span { border-color: #B93ECB; }
span { border-color: rgb(185,62,203); }
td.TdClassName
{
border-color: #B93ECB;
}
.TagClassName
{
border-color: #B93ECB;
}
</style>