Shades of Medium Red Violet #B027A6
Tints of Medium Red Violet #B027A6
RGB
CMYK
RGB Variations
Color information
#B027A6 (or 0xB027A6) is known color: Medium Red Violet. HEX triplet: B0, 27 and A6. RGB value is (176,39,166). Sum of RGB (Red+Green+Blue) = 176+39+166=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B027A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B027A6 is #4FD859. Grayscale: #5E5E5E. Windows color (decimal): -5232730 or 10889136. OLE color: 10889136.
HSL color Cylindrical-coordinate representation of color #B027A6: hue angle of 304.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B027A6 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 166 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.31 |
| HSL | 304.38º | 0.64% | 0.42% | - |
| HSV(B) | 304.38º | 0.78% | 0.69% | - |
| XYZ | 25.51 | 13.43 | 37.32 | - |
| YUV | 94.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 166 | 0 | 0.78 | 0.06 | 0.31 | 304.38 | 0.64 | 0.42 |
| Hex | B0 | 27 | A6 | 0 | 4E | 6 | 1F | 130 | 40 | 2A |
| Octal | 260 | 47 | 246 | 0 | 116 | 6 | 37 | 460 | 100 | 52 |
| Binary | 10110000 | 100111 | 10100110 | 0 | 1001110 | 110 | 11111 | 100110000 | 1000000 | 101010 |
Color Harmonies of #B027A6
Complementary color
Monochromatic Colors of #B027A6
Black with #B027A6
Text Example
Text Example
White with #B027A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B027A6; }
p { color: rgb(176,39,166); }
H1.HeaderClassName
{
color: #B027A6;
}
.AnyTagClassName
{
color: #B027A6;
}
</style>
background-color css
<style>
a { background-color: #B027A6; }
a { background-color: rgb(176,39,166); }
div.DivClassName
{
background-color: #B027A6;
}
.BgClassName
{
background-color: #B027A6;
}
</style>
border-color css
<style>
span { border-color: #B027A6; }
span { border-color: rgb(176,39,166); }
td.TdClassName
{
border-color: #B027A6;
}
.TagClassName
{
border-color: #B027A6;
}
</style>