Shades of Medium Orchid #B975DC
Tints of Medium Orchid #B975DC
RGB
CMYK
RGB Variations
Color information
#B975DC (or 0xB975DC) is known color: Medium Orchid. HEX triplet: B9, 75 and DC. RGB value is (185,117,220). Sum of RGB (Red+Green+Blue) = 185+117+220=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B975DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975DC is #468A23. Grayscale: #949494. Windows color (decimal): -4622884 or 14448057. OLE color: 14448057.
HSL color Cylindrical-coordinate representation of color #B975DC: hue angle of 279.61º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B975DC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 117 | 220 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.61º | 0.6% | 0.66% | - |
| HSV(B) | 279.61º | 0.47% | 0.86% | - |
| XYZ | 39.29 | 28.2 | 71.08 | - |
| YUV | 149.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 220 | 0.16 | 0.47 | 0 | 0.14 | 279.61 | 0.6 | 0.66 |
| Hex | B9 | 75 | DC | 10 | 2F | 0 | E | 118 | 3C | 42 |
| Octal | 271 | 165 | 334 | 20 | 57 | 0 | 16 | 430 | 74 | 102 |
| Binary | 10111001 | 1110101 | 11011100 | 10000 | 101111 | 0 | 1110 | 100011000 | 111100 | 1000010 |
Color Harmonies of #B975DC
Complementary color
Monochromatic Colors of #B975DC
Black with #B975DC
Text Example
Text Example
White with #B975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975DC; }
p { color: rgb(185,117,220); }
H1.HeaderClassName
{
color: #B975DC;
}
.AnyTagClassName
{
color: #B975DC;
}
</style>
background-color css
<style>
a { background-color: #B975DC; }
a { background-color: rgb(185,117,220); }
div.DivClassName
{
background-color: #B975DC;
}
.BgClassName
{
background-color: #B975DC;
}
</style>
border-color css
<style>
span { border-color: #B975DC; }
span { border-color: rgb(185,117,220); }
td.TdClassName
{
border-color: #B975DC;
}
.TagClassName
{
border-color: #B975DC;
}
</style>