Shades of Medium Orchid #B975D3
Tints of Medium Orchid #B975D3
RGB
CMYK
RGB Variations
Color information
#B975D3 (or 0xB975D3) is known color: Medium Orchid. HEX triplet: B9, 75 and D3. RGB value is (185,117,211). Sum of RGB (Red+Green+Blue) = 185+117+211=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #B975D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975D3 is #468A2C. Grayscale: #939393. Windows color (decimal): -4622893 or 13858233. OLE color: 13858233.
HSL color Cylindrical-coordinate representation of color #B975D3: hue angle of 283.4º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B975D3 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 117 | 211 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.17 |
| HSL | 283.4º | 0.52% | 0.64% | - |
| HSV(B) | 283.4º | 0.45% | 0.83% | - |
| XYZ | 38.13 | 27.74 | 64.97 | - |
| YUV | 148.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 211 | 0.12 | 0.45 | 0 | 0.17 | 283.4 | 0.52 | 0.64 |
| Hex | B9 | 75 | D3 | C | 2D | 0 | 11 | 11B | 34 | 40 |
| Octal | 271 | 165 | 323 | 14 | 55 | 0 | 21 | 433 | 64 | 100 |
| Binary | 10111001 | 1110101 | 11010011 | 1100 | 101101 | 0 | 10001 | 100011011 | 110100 | 1000000 |
Color Harmonies of #B975D3
Complementary color
Monochromatic Colors of #B975D3
Black with #B975D3
Text Example
Text Example
White with #B975D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975D3; }
p { color: rgb(185,117,211); }
H1.HeaderClassName
{
color: #B975D3;
}
.AnyTagClassName
{
color: #B975D3;
}
</style>
background-color css
<style>
a { background-color: #B975D3; }
a { background-color: rgb(185,117,211); }
div.DivClassName
{
background-color: #B975D3;
}
.BgClassName
{
background-color: #B975D3;
}
</style>
border-color css
<style>
span { border-color: #B975D3; }
span { border-color: rgb(185,117,211); }
td.TdClassName
{
border-color: #B975D3;
}
.TagClassName
{
border-color: #B975D3;
}
</style>