Shades of Medium Orchid #B971CC
Tints of Medium Orchid #B971CC
RGB
CMYK
RGB Variations
Color information
#B971CC (or 0xB971CC) is known color: Medium Orchid. HEX triplet: B9, 71 and CC. RGB value is (185,113,204). Sum of RGB (Red+Green+Blue) = 185+113+204=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B971CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971CC is #468E33. Grayscale: #909090. Windows color (decimal): -4623924 or 13398457. OLE color: 13398457.
HSL color Cylindrical-coordinate representation of color #B971CC: hue angle of 287.47º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B971CC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 113 | 204 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.2 |
| HSL | 287.47º | 0.47% | 0.62% | - |
| HSV(B) | 287.47º | 0.45% | 0.8% | - |
| XYZ | 36.81 | 26.48 | 60.3 | - |
| YUV | 144.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 204 | 0.09 | 0.45 | 0 | 0.2 | 287.47 | 0.47 | 0.62 |
| Hex | B9 | 71 | CC | 9 | 2D | 0 | 14 | 11F | 2F | 3E |
| Octal | 271 | 161 | 314 | 11 | 55 | 0 | 24 | 437 | 57 | 76 |
| Binary | 10111001 | 1110001 | 11001100 | 1001 | 101101 | 0 | 10100 | 100011111 | 101111 | 111110 |
Color Harmonies of #B971CC
Complementary color
Monochromatic Colors of #B971CC
Black with #B971CC
Text Example
Text Example
White with #B971CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971CC; }
p { color: rgb(185,113,204); }
H1.HeaderClassName
{
color: #B971CC;
}
.AnyTagClassName
{
color: #B971CC;
}
</style>
background-color css
<style>
a { background-color: #B971CC; }
a { background-color: rgb(185,113,204); }
div.DivClassName
{
background-color: #B971CC;
}
.BgClassName
{
background-color: #B971CC;
}
</style>
border-color css
<style>
span { border-color: #B971CC; }
span { border-color: rgb(185,113,204); }
td.TdClassName
{
border-color: #B971CC;
}
.TagClassName
{
border-color: #B971CC;
}
</style>