#B54173

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

Shades of Royal Heath #B54173

Tints of Royal Heath #B54173

Color information

#B54173 (or 0xB54173) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 73. RGB value is (181,65,115). Sum of RGB (Red+Green+Blue) = 181+65+115=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B54173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54173 is #4ABE8C. Grayscale: #696969. Windows color (decimal): -4898445 or 7553461. OLE color: 7553461.

HSL color Cylindrical-coordinate representation of color #B54173: hue angle of 334.14º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54173 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18165115-
CMYK00.640.360.29
HSL334.14º47.15%48.24%-
HSV(B)334.14º64.09%70.98%-
XYZ24.0414.8417.82-
YUV105.38133.43181.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=50.14%
G=18.01%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816511500.640.360.29334.1447.1548.24
HexB54173040241D14e2f30
Octal265101163010044355165760
Binary10110101100000111100110100000010010011101101001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54173; }

 p { color: rgb(181,65,115); }

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

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

 a { background-color: rgb(181,65,115); }

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

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

 span { border-color: rgb(181,65,115); }

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