#B54A7D

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

Shades of Royal Heath #B54A7D

Tints of Royal Heath #B54A7D

Color information

#B54A7D (or 0xB54A7D) is unknown color: approx Royal Heath. HEX triplet: B5, 4A and 7D. RGB value is (181,74,125). Sum of RGB (Red+Green+Blue) = 181+74+125=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A7D is #4AB582. Grayscale: #6F6F6F. Windows color (decimal): -4896131 or 8211125. OLE color: 8211125.

HSL color Cylindrical-coordinate representation of color #B54A7D: hue angle of 331.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A7D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18174125-
CMYK00.590.310.29
HSL331.4º41.96%50%-
HSV(B)331.4º59.12%70.98%-
XYZ25.2116.221.2-
YUV111.81135.45177.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=47.63%
G=19.47%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817412500.590.310.29331.441.9650
HexB54A7D03B1F1D14b2a32
Octal26511217507337355135262
Binary101101011001010111110101110111111111101101001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A7D; }

 p { color: rgb(181,74,125); }

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

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

 a { background-color: rgb(181,74,125); }

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

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

 span { border-color: rgb(181,74,125); }

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