Shades of Medium Orchid #B971C8
Tints of Medium Orchid #B971C8
RGB
CMYK
RGB Variations
Color information
#B971C8 (or 0xB971C8) is known color: Medium Orchid. HEX triplet: B9, 71 and C8. RGB value is (185,113,200). Sum of RGB (Red+Green+Blue) = 185+113+200=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #B971C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971C8 is #468E37. Grayscale: #909090. Windows color (decimal): -4623928 or 13136313. OLE color: 13136313.
HSL color Cylindrical-coordinate representation of color #B971C8: hue angle of 289.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B971C8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 113 | 200 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.22 |
| HSL | 289.66º | 0.44% | 0.61% | - |
| HSV(B) | 289.66º | 0.44% | 0.78% | - |
| XYZ | 36.34 | 26.29 | 57.8 | - |
| YUV | 144.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 200 | 0.08 | 0.44 | 0 | 0.22 | 289.66 | 0.44 | 0.61 |
| Hex | B9 | 71 | C8 | 8 | 2C | 0 | 16 | 122 | 2C | 3D |
| Octal | 271 | 161 | 310 | 10 | 54 | 0 | 26 | 442 | 54 | 75 |
| Binary | 10111001 | 1110001 | 11001000 | 1000 | 101100 | 0 | 10110 | 100100010 | 101100 | 111101 |
Color Harmonies of #B971C8
Complementary color
Monochromatic Colors of #B971C8
Black with #B971C8
Text Example
Text Example
White with #B971C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971C8; }
p { color: rgb(185,113,200); }
H1.HeaderClassName
{
color: #B971C8;
}
.AnyTagClassName
{
color: #B971C8;
}
</style>
background-color css
<style>
a { background-color: #B971C8; }
a { background-color: rgb(185,113,200); }
div.DivClassName
{
background-color: #B971C8;
}
.BgClassName
{
background-color: #B971C8;
}
</style>
border-color css
<style>
span { border-color: #B971C8; }
span { border-color: rgb(185,113,200); }
td.TdClassName
{
border-color: #B971C8;
}
.TagClassName
{
border-color: #B971C8;
}
</style>