Shades of Medium Orchid #B945D7
Tints of Medium Orchid #B945D7
RGB
CMYK
RGB Variations
Color information
#B945D7 (or 0xB945D7) is known color: Medium Orchid. HEX triplet: B9, 45 and D7. RGB value is (185,69,215). Sum of RGB (Red+Green+Blue) = 185+69+215=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #B945D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945D7 is #46BA28. Grayscale: #777777. Windows color (decimal): -4635177 or 14108089. OLE color: 14108089.
HSL color Cylindrical-coordinate representation of color #B945D7: hue angle of 287.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945D7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 69 | 215 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.16 |
| HSL | 287.67º | 0.65% | 0.56% | - |
| HSV(B) | 287.67º | 0.68% | 0.84% | - |
| XYZ | 34.4 | 19.48 | 66.24 | - |
| YUV | 120.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 215 | 0.14 | 0.68 | 0 | 0.16 | 287.67 | 0.65 | 0.56 |
| Hex | B9 | 45 | D7 | E | 44 | 0 | 10 | 120 | 41 | 38 |
| Octal | 271 | 105 | 327 | 16 | 104 | 0 | 20 | 440 | 101 | 70 |
| Binary | 10111001 | 1000101 | 11010111 | 1110 | 1000100 | 0 | 10000 | 100100000 | 1000001 | 111000 |
Color Harmonies of #B945D7
Complementary color
Monochromatic Colors of #B945D7
Black with #B945D7
Text Example
Text Example
White with #B945D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945D7; }
p { color: rgb(185,69,215); }
H1.HeaderClassName
{
color: #B945D7;
}
.AnyTagClassName
{
color: #B945D7;
}
</style>
background-color css
<style>
a { background-color: #B945D7; }
a { background-color: rgb(185,69,215); }
div.DivClassName
{
background-color: #B945D7;
}
.BgClassName
{
background-color: #B945D7;
}
</style>
border-color css
<style>
span { border-color: #B945D7; }
span { border-color: rgb(185,69,215); }
td.TdClassName
{
border-color: #B945D7;
}
.TagClassName
{
border-color: #B945D7;
}
</style>