Shades of Medium Orchid #B371C4
Tints of Medium Orchid #B371C4
RGB
CMYK
RGB Variations
Color information
#B371C4 (or 0xB371C4) is known color: Medium Orchid. HEX triplet: B3, 71 and C4. RGB value is (179,113,196). Sum of RGB (Red+Green+Blue) = 179+113+196=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #B371C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371C4 is #4C8E3B. Grayscale: #8D8D8D. Windows color (decimal): -5017148 or 12874163. OLE color: 12874163.
HSL color Cylindrical-coordinate representation of color #B371C4: hue angle of 287.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B371C4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 113 | 196 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.23 |
| HSL | 287.71º | 0.41% | 0.61% | - |
| HSV(B) | 287.71º | 0.42% | 0.77% | - |
| XYZ | 34.46 | 25.38 | 55.31 | - |
| YUV | 142.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 196 | 0.09 | 0.42 | 0 | 0.23 | 287.71 | 0.41 | 0.61 |
| Hex | B3 | 71 | C4 | 9 | 2A | 0 | 17 | 120 | 29 | 3D |
| Octal | 263 | 161 | 304 | 11 | 52 | 0 | 27 | 440 | 51 | 75 |
| Binary | 10110011 | 1110001 | 11000100 | 1001 | 101010 | 0 | 10111 | 100100000 | 101001 | 111101 |
Color Harmonies of #B371C4
Complementary color
Monochromatic Colors of #B371C4
Black with #B371C4
Text Example
Text Example
White with #B371C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371C4; }
p { color: rgb(179,113,196); }
H1.HeaderClassName
{
color: #B371C4;
}
.AnyTagClassName
{
color: #B371C4;
}
</style>
background-color css
<style>
a { background-color: #B371C4; }
a { background-color: rgb(179,113,196); }
div.DivClassName
{
background-color: #B371C4;
}
.BgClassName
{
background-color: #B371C4;
}
</style>
border-color css
<style>
span { border-color: #B371C4; }
span { border-color: rgb(179,113,196); }
td.TdClassName
{
border-color: #B371C4;
}
.TagClassName
{
border-color: #B371C4;
}
</style>