#B54171

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

Shades of Royal Heath #B54171

Tints of Royal Heath #B54171

Color information

#B54171 (or 0xB54171) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 71. RGB value is (181,65,113). Sum of RGB (Red+Green+Blue) = 181+65+113=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B54171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54171 is #4ABE8E. Grayscale: #696969. Windows color (decimal): -4898447 or 7422389. OLE color: 7422389.

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

Color convert

RGB18165113-
CMYK00.640.380.29
HSL335.17º47.15%48.24%-
HSV(B)335.17º64.09%70.98%-
XYZ23.9314.817.22-
YUV105.16132.43182.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=50.42%
G=18.11%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816511300.640.380.29335.1747.1548.24
HexB54171040261D14f2f30
Octal265101161010046355175760
Binary10110101100000111100010100000010011011101101001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54171; }

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

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

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

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

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

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

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

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