Shades of Medium Orchid #B975DD
Tints of Medium Orchid #B975DD
RGB
CMYK
RGB Variations
Color information
#B975DD (or 0xB975DD) is known color: Medium Orchid. HEX triplet: B9, 75 and DD. RGB value is (185,117,221). Sum of RGB (Red+Green+Blue) = 185+117+221=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B975DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975DD is #468A22. Grayscale: #949494. Windows color (decimal): -4622883 or 14513593. OLE color: 14513593.
HSL color Cylindrical-coordinate representation of color #B975DD: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B975DD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 117 | 221 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.13 |
| HSL | 279.23º | 0.6% | 0.66% | - |
| HSV(B) | 279.23º | 0.47% | 0.87% | - |
| XYZ | 39.42 | 28.26 | 71.78 | - |
| YUV | 149.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 221 | 0.16 | 0.47 | 0 | 0.13 | 279.23 | 0.6 | 0.66 |
| Hex | B9 | 75 | DD | 10 | 2F | 0 | D | 117 | 3C | 42 |
| Octal | 271 | 165 | 335 | 20 | 57 | 0 | 15 | 427 | 74 | 102 |
| Binary | 10111001 | 1110101 | 11011101 | 10000 | 101111 | 0 | 1101 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B975DD
Complementary color
Monochromatic Colors of #B975DD
Black with #B975DD
Text Example
Text Example
White with #B975DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975DD; }
p { color: rgb(185,117,221); }
H1.HeaderClassName
{
color: #B975DD;
}
.AnyTagClassName
{
color: #B975DD;
}
</style>
background-color css
<style>
a { background-color: #B975DD; }
a { background-color: rgb(185,117,221); }
div.DivClassName
{
background-color: #B975DD;
}
.BgClassName
{
background-color: #B975DD;
}
</style>
border-color css
<style>
span { border-color: #B975DD; }
span { border-color: rgb(185,117,221); }
td.TdClassName
{
border-color: #B975DD;
}
.TagClassName
{
border-color: #B975DD;
}
</style>