Shades of Medium Orchid #B971DC
Tints of Medium Orchid #B971DC
RGB
CMYK
RGB Variations
Color information
#B971DC (or 0xB971DC) is known color: Medium Orchid. HEX triplet: B9, 71 and DC. RGB value is (185,113,220). Sum of RGB (Red+Green+Blue) = 185+113+220=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B971DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DC is #468E23. Grayscale: #929292. Windows color (decimal): -4623908 or 14447033. OLE color: 14447033.
HSL color Cylindrical-coordinate representation of color #B971DC: hue angle of 280.37º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B971DC is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 113 | 220 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.14 |
| HSL | 280.37º | 0.6% | 0.65% | - |
| HSV(B) | 280.37º | 0.49% | 0.86% | - |
| XYZ | 38.83 | 27.29 | 70.93 | - |
| YUV | 146.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 220 | 0.16 | 0.49 | 0 | 0.14 | 280.37 | 0.6 | 0.65 |
| Hex | B9 | 71 | DC | 10 | 31 | 0 | E | 118 | 3C | 41 |
| Octal | 271 | 161 | 334 | 20 | 61 | 0 | 16 | 430 | 74 | 101 |
| Binary | 10111001 | 1110001 | 11011100 | 10000 | 110001 | 0 | 1110 | 100011000 | 111100 | 1000001 |
Color Harmonies of #B971DC
Complementary color
Monochromatic Colors of #B971DC
Black with #B971DC
Text Example
Text Example
White with #B971DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971DC; }
p { color: rgb(185,113,220); }
H1.HeaderClassName
{
color: #B971DC;
}
.AnyTagClassName
{
color: #B971DC;
}
</style>
background-color css
<style>
a { background-color: #B971DC; }
a { background-color: rgb(185,113,220); }
div.DivClassName
{
background-color: #B971DC;
}
.BgClassName
{
background-color: #B971DC;
}
</style>
border-color css
<style>
span { border-color: #B971DC; }
span { border-color: rgb(185,113,220); }
td.TdClassName
{
border-color: #B971DC;
}
.TagClassName
{
border-color: #B971DC;
}
</style>