Shades of Medium Orchid #B93BCE
Tints of Medium Orchid #B93BCE
RGB
CMYK
RGB Variations
Color information
#B93BCE (or 0xB93BCE) is known color: Medium Orchid. HEX triplet: B9, 3B and CE. RGB value is (185,59,206). Sum of RGB (Red+Green+Blue) = 185+59+206=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BCE is #46C431. Grayscale: #707070. Windows color (decimal): -4637746 or 13515705. OLE color: 13515705.
HSL color Cylindrical-coordinate representation of color #B93BCE: hue angle of 291.43º degrees, saturation: 0.6, 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 #B93BCE is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 59 | 206 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.19 |
| HSL | 291.43º | 0.6% | 0.52% | - |
| HSV(B) | 291.43º | 0.71% | 0.81% | - |
| XYZ | 32.71 | 17.9 | 60.12 | - |
| YUV | 113.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 206 | 0.10 | 0.71 | 0 | 0.19 | 291.43 | 0.6 | 0.52 |
| Hex | B9 | 3B | CE | A | 47 | 0 | 13 | 123 | 3C | 34 |
| Octal | 271 | 73 | 316 | 12 | 107 | 0 | 23 | 443 | 74 | 64 |
| Binary | 10111001 | 111011 | 11001110 | 1010 | 1000111 | 0 | 10011 | 100100011 | 111100 | 110100 |
Color Harmonies of #B93BCE
Complementary color
Monochromatic Colors of #B93BCE
Black with #B93BCE
Text Example
Text Example
White with #B93BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BCE; }
p { color: rgb(185,59,206); }
H1.HeaderClassName
{
color: #B93BCE;
}
.AnyTagClassName
{
color: #B93BCE;
}
</style>
background-color css
<style>
a { background-color: #B93BCE; }
a { background-color: rgb(185,59,206); }
div.DivClassName
{
background-color: #B93BCE;
}
.BgClassName
{
background-color: #B93BCE;
}
</style>
border-color css
<style>
span { border-color: #B93BCE; }
span { border-color: rgb(185,59,206); }
td.TdClassName
{
border-color: #B93BCE;
}
.TagClassName
{
border-color: #B93BCE;
}
</style>