Shades of Medium Orchid #B471C2
Tints of Medium Orchid #B471C2
RGB
CMYK
RGB Variations
Color information
#B471C2 (or 0xB471C2) is known color: Medium Orchid. HEX triplet: B4, 71 and C2. RGB value is (180,113,194). Sum of RGB (Red+Green+Blue) = 180+113+194=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #B471C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471C2 is #4B8E3D. Grayscale: #8E8E8E. Windows color (decimal): -4951614 or 12743092. OLE color: 12743092.
HSL color Cylindrical-coordinate representation of color #B471C2: hue angle of 289.63º degrees, saturation: 0.4, 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 #B471C2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 113 | 194 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.24 |
| HSL | 289.63º | 0.4% | 0.6% | - |
| HSV(B) | 289.63º | 0.42% | 0.76% | - |
| XYZ | 34.47 | 25.41 | 54.13 | - |
| YUV | 142.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 194 | 0.07 | 0.42 | 0 | 0.24 | 289.63 | 0.4 | 0.6 |
| Hex | B4 | 71 | C2 | 7 | 2A | 0 | 18 | 122 | 28 | 3C |
| Octal | 264 | 161 | 302 | 7 | 52 | 0 | 30 | 442 | 50 | 74 |
| Binary | 10110100 | 1110001 | 11000010 | 111 | 101010 | 0 | 11000 | 100100010 | 101000 | 111100 |
Color Harmonies of #B471C2
Complementary color
Monochromatic Colors of #B471C2
Black with #B471C2
Text Example
Text Example
White with #B471C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471C2; }
p { color: rgb(180,113,194); }
H1.HeaderClassName
{
color: #B471C2;
}
.AnyTagClassName
{
color: #B471C2;
}
</style>
background-color css
<style>
a { background-color: #B471C2; }
a { background-color: rgb(180,113,194); }
div.DivClassName
{
background-color: #B471C2;
}
.BgClassName
{
background-color: #B471C2;
}
</style>
border-color css
<style>
span { border-color: #B471C2; }
span { border-color: rgb(180,113,194); }
td.TdClassName
{
border-color: #B471C2;
}
.TagClassName
{
border-color: #B471C2;
}
</style>