Shades of Medium Orchid #B974D5
Tints of Medium Orchid #B974D5
RGB
CMYK
RGB Variations
Color information
#B974D5 (or 0xB974D5) is known color: Medium Orchid. HEX triplet: B9, 74 and D5. RGB value is (185,116,213). Sum of RGB (Red+Green+Blue) = 185+116+213=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #B974D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974D5 is #468B2A. Grayscale: #939393. Windows color (decimal): -4623147 or 13989049. OLE color: 13989049.
HSL color Cylindrical-coordinate representation of color #B974D5: hue angle of 282.68º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B974D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 116 | 213 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.16 |
| HSL | 282.68º | 0.54% | 0.65% | - |
| HSV(B) | 282.68º | 0.46% | 0.84% | - |
| XYZ | 38.26 | 27.61 | 66.26 | - |
| YUV | 147.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 213 | 0.13 | 0.46 | 0 | 0.16 | 282.68 | 0.54 | 0.65 |
| Hex | B9 | 74 | D5 | D | 2E | 0 | 10 | 11B | 36 | 41 |
| Octal | 271 | 164 | 325 | 15 | 56 | 0 | 20 | 433 | 66 | 101 |
| Binary | 10111001 | 1110100 | 11010101 | 1101 | 101110 | 0 | 10000 | 100011011 | 110110 | 1000001 |
Color Harmonies of #B974D5
Complementary color
Monochromatic Colors of #B974D5
Black with #B974D5
Text Example
Text Example
White with #B974D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974D5; }
p { color: rgb(185,116,213); }
H1.HeaderClassName
{
color: #B974D5;
}
.AnyTagClassName
{
color: #B974D5;
}
</style>
background-color css
<style>
a { background-color: #B974D5; }
a { background-color: rgb(185,116,213); }
div.DivClassName
{
background-color: #B974D5;
}
.BgClassName
{
background-color: #B974D5;
}
</style>
border-color css
<style>
span { border-color: #B974D5; }
span { border-color: rgb(185,116,213); }
td.TdClassName
{
border-color: #B974D5;
}
.TagClassName
{
border-color: #B974D5;
}
</style>