#B54C7A

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

Shades of Royal Heath #B54C7A

Tints of Royal Heath #B54C7A

Color information

#B54C7A (or 0xB54C7A) is unknown color: approx Royal Heath. HEX triplet: B5, 4C and 7A. RGB value is (181,76,122). Sum of RGB (Red+Green+Blue) = 181+76+122=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C7A is #4AB385. Grayscale: #707070. Windows color (decimal): -4895622 or 8015029. OLE color: 8015029.

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

Color convert

RGB18176122-
CMYK00.580.330.29
HSL333.71º41.5%50.39%-
HSV(B)333.71º58.01%70.98%-
XYZ25.1516.420.25-
YUV112.64133.29176.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=47.76%
G=20.05%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817612200.580.330.29333.7141.550.39
HexB54C7A03A211D14e2a32
Octal26511417207241355165262
Binary1011010110011001111010011101010000111101101001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C7A; }

 p { color: rgb(181,76,122); }

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

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

 a { background-color: rgb(181,76,122); }

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

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

 span { border-color: rgb(181,76,122); }

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