#B54D7D

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

Shades of Royal Heath #B54D7D

Tints of Royal Heath #B54D7D

Color information

#B54D7D (or 0xB54D7D) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 7D. RGB value is (181,77,125). Sum of RGB (Red+Green+Blue) = 181+77+125=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7D is #4AB282. Grayscale: #717171. Windows color (decimal): -4895363 or 8211893. OLE color: 8211893.

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

Color convert

RGB18177125-
CMYK00.570.310.29
HSL332.31º41.27%50.59%-
HSV(B)332.31º57.46%70.98%-
XYZ25.4116.6121.27-
YUV113.57134.46176.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=47.26%
G=20.10%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817712500.570.310.29332.3141.2750.59
HexB54D7D0391F1D14c2933
Octal26511517507137355145163
Binary101101011001101111110101110011111111101101001100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D7D; }

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

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

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

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

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

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

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

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