Shades of Medium Orchid #B93CED
Tints of Medium Orchid #B93CED
RGB
CMYK
RGB Variations
Color information
#B93CED (or 0xB93CED) is known color: Medium Orchid. HEX triplet: B9, 3C and ED. RGB value is (185,60,237). Sum of RGB (Red+Green+Blue) = 185+60+237=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #B93CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CED is #46C312. Grayscale: #747474. Windows color (decimal): -4637459 or 15547577. OLE color: 15547577.
HSL color Cylindrical-coordinate representation of color #B93CED: hue angle of 282.37º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93CED is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 60 | 237 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.07 |
| HSL | 282.37º | 0.83% | 0.58% | - |
| HSV(B) | 282.37º | 0.75% | 0.93% | - |
| XYZ | 36.91 | 19.66 | 81.97 | - |
| YUV | 117.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 237 | 0.22 | 0.75 | 0 | 0.07 | 282.37 | 0.83 | 0.58 |
| Hex | B9 | 3C | ED | 16 | 4B | 0 | 7 | 11A | 53 | 3A |
| Octal | 271 | 74 | 355 | 26 | 113 | 0 | 7 | 432 | 123 | 72 |
| Binary | 10111001 | 111100 | 11101101 | 10110 | 1001011 | 0 | 111 | 100011010 | 1010011 | 111010 |
Color Harmonies of #B93CED
Complementary color
Monochromatic Colors of #B93CED
Black with #B93CED
Text Example
Text Example
White with #B93CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CED; }
p { color: rgb(185,60,237); }
H1.HeaderClassName
{
color: #B93CED;
}
.AnyTagClassName
{
color: #B93CED;
}
</style>
background-color css
<style>
a { background-color: #B93CED; }
a { background-color: rgb(185,60,237); }
div.DivClassName
{
background-color: #B93CED;
}
.BgClassName
{
background-color: #B93CED;
}
</style>
border-color css
<style>
span { border-color: #B93CED; }
span { border-color: rgb(185,60,237); }
td.TdClassName
{
border-color: #B93CED;
}
.TagClassName
{
border-color: #B93CED;
}
</style>