#B54A7A

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

Shades of Royal Heath #B54A7A

Tints of Royal Heath #B54A7A

Color information

#B54A7A (or 0xB54A7A) is unknown color: approx Royal Heath. HEX triplet: B5, 4A and 7A. RGB value is (181,74,122). Sum of RGB (Red+Green+Blue) = 181+74+122=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A7A is #4AB585. Grayscale: #6F6F6F. Windows color (decimal): -4896134 or 8014517. OLE color: 8014517.

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

Color convert

RGB18174122-
CMYK00.590.330.29
HSL333.08º41.96%50%-
HSV(B)333.08º59.12%70.98%-
XYZ25.0216.1320.21-
YUV111.46133.95177.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=48.01%
G=19.63%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817412200.590.330.29333.0841.9650
HexB54A7A03B211D14d2a32
Octal26511217207341355155262
Binary1011010110010101111010011101110000111101101001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A7A; }

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

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

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

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

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

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

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

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