Shades of Medium Orchid #B945DF
Tints of Medium Orchid #B945DF
RGB
CMYK
RGB Variations
Color information
#B945DF (or 0xB945DF) is known color: Medium Orchid. HEX triplet: B9, 45 and DF. RGB value is (185,69,223). Sum of RGB (Red+Green+Blue) = 185+69+223=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B945DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945DF is #46BA20. Grayscale: #787878. Windows color (decimal): -4635169 or 14632377. OLE color: 14632377.
HSL color Cylindrical-coordinate representation of color #B945DF: hue angle of 285.19º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B945DF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 69 | 223 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.13 |
| HSL | 285.19º | 0.71% | 0.57% | - |
| HSV(B) | 285.19º | 0.69% | 0.87% | - |
| XYZ | 35.45 | 19.9 | 71.78 | - |
| YUV | 121.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 223 | 0.17 | 0.69 | 0 | 0.13 | 285.19 | 0.71 | 0.57 |
| Hex | B9 | 45 | DF | 11 | 45 | 0 | D | 11D | 47 | 39 |
| Octal | 271 | 105 | 337 | 21 | 105 | 0 | 15 | 435 | 107 | 71 |
| Binary | 10111001 | 1000101 | 11011111 | 10001 | 1000101 | 0 | 1101 | 100011101 | 1000111 | 111001 |
Color Harmonies of #B945DF
Complementary color
Monochromatic Colors of #B945DF
Black with #B945DF
Text Example
Text Example
White with #B945DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945DF; }
p { color: rgb(185,69,223); }
H1.HeaderClassName
{
color: #B945DF;
}
.AnyTagClassName
{
color: #B945DF;
}
</style>
background-color css
<style>
a { background-color: #B945DF; }
a { background-color: rgb(185,69,223); }
div.DivClassName
{
background-color: #B945DF;
}
.BgClassName
{
background-color: #B945DF;
}
</style>
border-color css
<style>
span { border-color: #B945DF; }
span { border-color: rgb(185,69,223); }
td.TdClassName
{
border-color: #B945DF;
}
.TagClassName
{
border-color: #B945DF;
}
</style>