Shades of Medium Orchid #B974DD
Tints of Medium Orchid #B974DD
RGB
CMYK
RGB Variations
Color information
#B974DD (or 0xB974DD) is known color: Medium Orchid. HEX triplet: B9, 74 and DD. RGB value is (185,116,221). Sum of RGB (Red+Green+Blue) = 185+116+221=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B974DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974DD is #468B22. Grayscale: #949494. Windows color (decimal): -4623139 or 14513337. OLE color: 14513337.
HSL color Cylindrical-coordinate representation of color #B974DD: hue angle of 279.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B974DD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 116 | 221 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 279.43º | 0.61% | 0.66% | - |
| HSV(B) | 279.43º | 0.48% | 0.87% | - |
| XYZ | 39.3 | 28.03 | 71.74 | - |
| YUV | 148.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 221 | 0.16 | 0.48 | 0 | 0.13 | 279.43 | 0.61 | 0.66 |
| Hex | B9 | 74 | DD | 10 | 30 | 0 | D | 117 | 3D | 42 |
| Octal | 271 | 164 | 335 | 20 | 60 | 0 | 15 | 427 | 75 | 102 |
| Binary | 10111001 | 1110100 | 11011101 | 10000 | 110000 | 0 | 1101 | 100010111 | 111101 | 1000010 |
Color Harmonies of #B974DD
Complementary color
Monochromatic Colors of #B974DD
Black with #B974DD
Text Example
Text Example
White with #B974DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974DD; }
p { color: rgb(185,116,221); }
H1.HeaderClassName
{
color: #B974DD;
}
.AnyTagClassName
{
color: #B974DD;
}
</style>
background-color css
<style>
a { background-color: #B974DD; }
a { background-color: rgb(185,116,221); }
div.DivClassName
{
background-color: #B974DD;
}
.BgClassName
{
background-color: #B974DD;
}
</style>
border-color css
<style>
span { border-color: #B974DD; }
span { border-color: rgb(185,116,221); }
td.TdClassName
{
border-color: #B974DD;
}
.TagClassName
{
border-color: #B974DD;
}
</style>