Shades of Blush #B54E6A
Tints of Blush #B54E6A
RGB
CMYK
RGB Variations
Color information
#B54E6A (or 0xB54E6A) is known color: Blush. HEX triplet: B5, 4E and 6A. RGB value is (181,78,106). Sum of RGB (Red+Green+Blue) = 181+78+106=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E6A is #4AB195. Grayscale: #6F6F6F. Windows color (decimal): -4895126 or 6966965. OLE color: 6966965.
HSL color Cylindrical-coordinate representation of color #B54E6A: hue angle of 343.69º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E6A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 106 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.29 |
| HSL | 343.69º | 0.41% | 0.51% | - |
| HSV(B) | 343.69º | 0.57% | 0.71% | - |
| XYZ | 24.38 | 16.31 | 15.5 | - |
| YUV | 111.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 106 | 0 | 0.57 | 0.41 | 0.29 | 343.69 | 0.41 | 0.51 |
| Hex | B5 | 4E | 6A | 0 | 39 | 29 | 1D | 158 | 29 | 33 |
| Octal | 265 | 116 | 152 | 0 | 71 | 51 | 35 | 530 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1101010 | 0 | 111001 | 101001 | 11101 | 101011000 | 101001 | 110011 |
Color Harmonies of #B54E6A
Complementary color
Monochromatic Colors of #B54E6A
Black with #B54E6A
Text Example
Text Example
White with #B54E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E6A; }
p { color: rgb(181,78,106); }
H1.HeaderClassName
{
color: #B54E6A;
}
.AnyTagClassName
{
color: #B54E6A;
}
</style>
background-color css
<style>
a { background-color: #B54E6A; }
a { background-color: rgb(181,78,106); }
div.DivClassName
{
background-color: #B54E6A;
}
.BgClassName
{
background-color: #B54E6A;
}
</style>
border-color css
<style>
span { border-color: #B54E6A; }
span { border-color: rgb(181,78,106); }
td.TdClassName
{
border-color: #B54E6A;
}
.TagClassName
{
border-color: #B54E6A;
}
</style>