Shades of Medium Orchid #B471C3
Tints of Medium Orchid #B471C3
RGB
CMYK
RGB Variations
Color information
#B471C3 (or 0xB471C3) is known color: Medium Orchid. HEX triplet: B4, 71 and C3. RGB value is (180,113,195). Sum of RGB (Red+Green+Blue) = 180+113+195=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #B471C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471C3 is #4B8E3C. Grayscale: #8E8E8E. Windows color (decimal): -4951613 or 12808628. OLE color: 12808628.
HSL color Cylindrical-coordinate representation of color #B471C3: hue angle of 289.02º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B471C3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 113 | 195 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.24 |
| HSL | 289.02º | 0.41% | 0.6% | - |
| HSV(B) | 289.02º | 0.42% | 0.76% | - |
| XYZ | 34.58 | 25.45 | 54.72 | - |
| YUV | 142.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 195 | 0.08 | 0.42 | 0 | 0.24 | 289.02 | 0.41 | 0.6 |
| Hex | B4 | 71 | C3 | 8 | 2A | 0 | 18 | 121 | 29 | 3C |
| Octal | 264 | 161 | 303 | 10 | 52 | 0 | 30 | 441 | 51 | 74 |
| Binary | 10110100 | 1110001 | 11000011 | 1000 | 101010 | 0 | 11000 | 100100001 | 101001 | 111100 |
Color Harmonies of #B471C3
Complementary color
Monochromatic Colors of #B471C3
Black with #B471C3
Text Example
Text Example
White with #B471C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471C3; }
p { color: rgb(180,113,195); }
H1.HeaderClassName
{
color: #B471C3;
}
.AnyTagClassName
{
color: #B471C3;
}
</style>
background-color css
<style>
a { background-color: #B471C3; }
a { background-color: rgb(180,113,195); }
div.DivClassName
{
background-color: #B471C3;
}
.BgClassName
{
background-color: #B471C3;
}
</style>
border-color css
<style>
span { border-color: #B471C3; }
span { border-color: rgb(180,113,195); }
td.TdClassName
{
border-color: #B471C3;
}
.TagClassName
{
border-color: #B471C3;
}
</style>