Shades of Medium Red Violet #B627A4
Tints of Medium Red Violet #B627A4
RGB
CMYK
RGB Variations
Color information
#B627A4 (or 0xB627A4) is known color: Medium Red Violet. HEX triplet: B6, 27 and A4. RGB value is (182,39,164). Sum of RGB (Red+Green+Blue) = 182+39+164=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B627A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B627A4 is #49D85B. Grayscale: #5F5F5F. Windows color (decimal): -4839516 or 10758070. OLE color: 10758070.
HSL color Cylindrical-coordinate representation of color #B627A4: hue angle of 307.55º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B627A4 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 39 | 164 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.29 |
| HSL | 307.55º | 0.65% | 0.43% | - |
| HSV(B) | 307.55º | 0.79% | 0.71% | - |
| XYZ | 26.72 | 14.08 | 36.43 | - |
| YUV | 96.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 39 | 164 | 0 | 0.79 | 0.10 | 0.29 | 307.55 | 0.65 | 0.43 |
| Hex | B6 | 27 | A4 | 0 | 4F | A | 1D | 134 | 41 | 2B |
| Octal | 266 | 47 | 244 | 0 | 117 | 12 | 35 | 464 | 101 | 53 |
| Binary | 10110110 | 100111 | 10100100 | 0 | 1001111 | 1010 | 11101 | 100110100 | 1000001 | 101011 |
Color Harmonies of #B627A4
Complementary color
Monochromatic Colors of #B627A4
Black with #B627A4
Text Example
Text Example
White with #B627A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B627A4; }
p { color: rgb(182,39,164); }
H1.HeaderClassName
{
color: #B627A4;
}
.AnyTagClassName
{
color: #B627A4;
}
</style>
background-color css
<style>
a { background-color: #B627A4; }
a { background-color: rgb(182,39,164); }
div.DivClassName
{
background-color: #B627A4;
}
.BgClassName
{
background-color: #B627A4;
}
</style>
border-color css
<style>
span { border-color: #B627A4; }
span { border-color: rgb(182,39,164); }
td.TdClassName
{
border-color: #B627A4;
}
.TagClassName
{
border-color: #B627A4;
}
</style>