#B54D7F

Color #B54D7F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B54D7F

Tints of Royal Heath #B54D7F

Color information

#B54D7F (or 0xB54D7F) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 7F. RGB value is (181,77,127). Sum of RGB (Red+Green+Blue) = 181+77+127=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7F is #4AB280. Grayscale: #717171. Windows color (decimal): -4895361 or 8342965. OLE color: 8342965.

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

Color convert

RGB18177127-
CMYK00.570.300.29
HSL331.15º41.27%50.59%-
HSV(B)331.15º57.46%70.98%-
XYZ25.5416.6621.95-
YUV113.8135.46175.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 127 (50% from 255) = 32.99%
R=47.01%
G=20%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817712700.570.300.29331.1541.2750.59
HexB54D7F0391E1D14b2933
Octal26511517707136355135163
Binary101101011001101111111101110011111011101101001011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D7F; }

 p { color: rgb(181,77,127); }

 H1.HeaderClassName
 {
   color: #B54D7F;
 }
 .AnyTagClassName
 {
   color: #B54D7F;
 }
</style>
background-color css

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

 a { background-color: rgb(181,77,127); }

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

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

 span { border-color: rgb(181,77,127); }

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