Shades of Medium Orchid #B93CE8
Tints of Medium Orchid #B93CE8
RGB
CMYK
RGB Variations
Color information
#B93CE8 (or 0xB93CE8) is known color: Medium Orchid. HEX triplet: B9, 3C and E8. RGB value is (185,60,232). Sum of RGB (Red+Green+Blue) = 185+60+232=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #B93CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CE8 is #46C317. Grayscale: #747474. Windows color (decimal): -4637464 or 15219897. OLE color: 15219897.
HSL color Cylindrical-coordinate representation of color #B93CE8: hue angle of 283.6º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93CE8 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 60 | 232 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.09 |
| HSL | 283.6º | 0.79% | 0.57% | - |
| HSV(B) | 283.6º | 0.74% | 0.91% | - |
| XYZ | 36.19 | 19.37 | 78.18 | - |
| YUV | 116.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 232 | 0.20 | 0.74 | 0 | 0.09 | 283.6 | 0.79 | 0.57 |
| Hex | B9 | 3C | E8 | 14 | 4A | 0 | 9 | 11C | 4F | 39 |
| Octal | 271 | 74 | 350 | 24 | 112 | 0 | 11 | 434 | 117 | 71 |
| Binary | 10111001 | 111100 | 11101000 | 10100 | 1001010 | 0 | 1001 | 100011100 | 1001111 | 111001 |
Color Harmonies of #B93CE8
Complementary color
Monochromatic Colors of #B93CE8
Black with #B93CE8
Text Example
Text Example
White with #B93CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CE8; }
p { color: rgb(185,60,232); }
H1.HeaderClassName
{
color: #B93CE8;
}
.AnyTagClassName
{
color: #B93CE8;
}
</style>
background-color css
<style>
a { background-color: #B93CE8; }
a { background-color: rgb(185,60,232); }
div.DivClassName
{
background-color: #B93CE8;
}
.BgClassName
{
background-color: #B93CE8;
}
</style>
border-color css
<style>
span { border-color: #B93CE8; }
span { border-color: rgb(185,60,232); }
td.TdClassName
{
border-color: #B93CE8;
}
.TagClassName
{
border-color: #B93CE8;
}
</style>