Shades of Medium Orchid #B945EC
Tints of Medium Orchid #B945EC
RGB
CMYK
RGB Variations
Color information
#B945EC (or 0xB945EC) is known color: Medium Orchid. HEX triplet: B9, 45 and EC. RGB value is (185,69,236). Sum of RGB (Red+Green+Blue) = 185+69+236=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #B945EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945EC is #46BA13. Grayscale: #7A7A7A. Windows color (decimal): -4635156 or 15484345. OLE color: 15484345.
HSL color Cylindrical-coordinate representation of color #B945EC: hue angle of 281.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B945EC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 69 | 236 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.07 |
| HSL | 281.68º | 0.81% | 0.6% | - |
| HSV(B) | 281.68º | 0.71% | 0.93% | - |
| XYZ | 37.28 | 20.63 | 81.37 | - |
| YUV | 122.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 236 | 0.22 | 0.71 | 0 | 0.07 | 281.68 | 0.81 | 0.6 |
| Hex | B9 | 45 | EC | 16 | 47 | 0 | 7 | 11A | 51 | 3C |
| Octal | 271 | 105 | 354 | 26 | 107 | 0 | 7 | 432 | 121 | 74 |
| Binary | 10111001 | 1000101 | 11101100 | 10110 | 1000111 | 0 | 111 | 100011010 | 1010001 | 111100 |
Color Harmonies of #B945EC
Complementary color
Monochromatic Colors of #B945EC
Black with #B945EC
Text Example
Text Example
White with #B945EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945EC; }
p { color: rgb(185,69,236); }
H1.HeaderClassName
{
color: #B945EC;
}
.AnyTagClassName
{
color: #B945EC;
}
</style>
background-color css
<style>
a { background-color: #B945EC; }
a { background-color: rgb(185,69,236); }
div.DivClassName
{
background-color: #B945EC;
}
.BgClassName
{
background-color: #B945EC;
}
</style>
border-color css
<style>
span { border-color: #B945EC; }
span { border-color: rgb(185,69,236); }
td.TdClassName
{
border-color: #B945EC;
}
.TagClassName
{
border-color: #B945EC;
}
</style>