Shades of Medium Orchid #B93CE5
Tints of Medium Orchid #B93CE5
RGB
CMYK
RGB Variations
Color information
#B93CE5 (or 0xB93CE5) is known color: Medium Orchid. HEX triplet: B9, 3C and E5. RGB value is (185,60,229). Sum of RGB (Red+Green+Blue) = 185+60+229=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #B93CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CE5 is #46C31A. Grayscale: #747474. Windows color (decimal): -4637467 or 15023289. OLE color: 15023289.
HSL color Cylindrical-coordinate representation of color #B93CE5: hue angle of 284.38º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93CE5 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 60 | 229 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.10 |
| HSL | 284.38º | 0.76% | 0.57% | - |
| HSV(B) | 284.38º | 0.74% | 0.9% | - |
| XYZ | 35.77 | 19.2 | 75.95 | - |
| YUV | 116.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 229 | 0.19 | 0.74 | 0 | 0.10 | 284.38 | 0.76 | 0.57 |
| Hex | B9 | 3C | E5 | 13 | 4A | 0 | A | 11C | 4C | 39 |
| Octal | 271 | 74 | 345 | 23 | 112 | 0 | 12 | 434 | 114 | 71 |
| Binary | 10111001 | 111100 | 11100101 | 10011 | 1001010 | 0 | 1010 | 100011100 | 1001100 | 111001 |
Color Harmonies of #B93CE5
Complementary color
Monochromatic Colors of #B93CE5
Black with #B93CE5
Text Example
Text Example
White with #B93CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CE5; }
p { color: rgb(185,60,229); }
H1.HeaderClassName
{
color: #B93CE5;
}
.AnyTagClassName
{
color: #B93CE5;
}
</style>
background-color css
<style>
a { background-color: #B93CE5; }
a { background-color: rgb(185,60,229); }
div.DivClassName
{
background-color: #B93CE5;
}
.BgClassName
{
background-color: #B93CE5;
}
</style>
border-color css
<style>
span { border-color: #B93CE5; }
span { border-color: rgb(185,60,229); }
td.TdClassName
{
border-color: #B93CE5;
}
.TagClassName
{
border-color: #B93CE5;
}
</style>