Shades of Medium Orchid #B945ED
Tints of Medium Orchid #B945ED
RGB
CMYK
RGB Variations
Color information
#B945ED (or 0xB945ED) is known color: Medium Orchid. HEX triplet: B9, 45 and ED. RGB value is (185,69,237). Sum of RGB (Red+Green+Blue) = 185+69+237=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B945ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945ED is #46BA12. Grayscale: #7A7A7A. Windows color (decimal): -4635155 or 15549881. OLE color: 15549881.
HSL color Cylindrical-coordinate representation of color #B945ED: hue angle of 281.43º degrees, saturation: 0.82, 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 #B945ED is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 69 | 237 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.07 |
| HSL | 281.43º | 0.82% | 0.6% | - |
| HSV(B) | 281.43º | 0.71% | 0.93% | - |
| XYZ | 37.42 | 20.68 | 82.14 | - |
| YUV | 122.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 237 | 0.22 | 0.71 | 0 | 0.07 | 281.43 | 0.82 | 0.6 |
| Hex | B9 | 45 | ED | 16 | 47 | 0 | 7 | 119 | 52 | 3C |
| Octal | 271 | 105 | 355 | 26 | 107 | 0 | 7 | 431 | 122 | 74 |
| Binary | 10111001 | 1000101 | 11101101 | 10110 | 1000111 | 0 | 111 | 100011001 | 1010010 | 111100 |
Color Harmonies of #B945ED
Complementary color
Monochromatic Colors of #B945ED
Black with #B945ED
Text Example
Text Example
White with #B945ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945ED; }
p { color: rgb(185,69,237); }
H1.HeaderClassName
{
color: #B945ED;
}
.AnyTagClassName
{
color: #B945ED;
}
</style>
background-color css
<style>
a { background-color: #B945ED; }
a { background-color: rgb(185,69,237); }
div.DivClassName
{
background-color: #B945ED;
}
.BgClassName
{
background-color: #B945ED;
}
</style>
border-color css
<style>
span { border-color: #B945ED; }
span { border-color: rgb(185,69,237); }
td.TdClassName
{
border-color: #B945ED;
}
.TagClassName
{
border-color: #B945ED;
}
</style>