Html Css Color HEX #B54E72 Royal Heath

📋 copy color: '#B54E72'

red 181 ◦ green 78 ◦ blue 114

#B54E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B54E72

Tints of Royal Heath #B54E72

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 48.53%
G = 20.91%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B54E72 (or 0xB54E72) is known color: Royal Heath. HEX triplet: B5, 4E and 72. RGB value is (181,78,114). Sum of RGB (Red+Green+Blue) = 181+78+114=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E72 is #4AB18D. Grayscale: #707070. Windows color (decimal): -4895118 or 7491253. OLE color: 7491253.

HSL color Cylindrical-coordinate representation of color #B54E72: hue angle of 339.03º 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 #B54E72 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 78 114 -
CMYK 0 0.57 0.37 0.29
HSL 339.03º 0.41% 0.51% -
HSV(B) 339.03º 0.57% 0.71% -
XYZ 24.82 16.49 17.79 -
YUV 112.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 181 78 114 0 0.57 0.37 0.29 339.03 0.41 0.51
Hex B5 4E 72 0 39 25 1D 153 29 33
Octal 265 116 162 0 71 45 35 523 51 63
Binary 10110101 1001110 1110010 0 111001 100101 11101 101010011 101001 110011

Color Harmonies of #B54E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54E72

Black with #B54E72

Text Example


Text Example

White with #B54E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54E72; }

 p { color: rgb(181,78,114); }

 H1.HeaderClassName
 {
   color: #B54E72;
 }
 .AnyTagClassName
 {
   color: #B54E72;
 }
</style>

background-color css

<style>
 a { background-color: #B54E72; }

 a { background-color: rgb(181,78,114); }

 div.DivClassName
 {
   background-color: #B54E72;
 }
 .BgClassName
 {
   background-color: #B54E72;
 }
</style>

border-color css

<style>
 span { border-color: #B54E72; }

 span { border-color: rgb(181,78,114); }

 td.TdClassName
 {
   border-color: #B54E72;
 }
 .TagClassName
 {
   border-color: #B54E72;
 }
</style>