#B54177

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

Shades of Royal Heath #B54177

Tints of Royal Heath #B54177

Color information

#B54177 (or 0xB54177) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 77. RGB value is (181,65,119). Sum of RGB (Red+Green+Blue) = 181+65+119=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54177 is #4ABE88. Grayscale: #696969. Windows color (decimal): -4898441 or 7815605. OLE color: 7815605.

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

Color convert

RGB18165119-
CMYK00.640.340.29
HSL332.07º47.15%48.24%-
HSV(B)332.07º64.09%70.98%-
XYZ24.2814.9419.06-
YUV105.84135.43181.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=49.59%
G=17.81%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816511900.640.340.29332.0747.1548.24
HexB54177040221D14c2f30
Octal265101167010042355145760
Binary10110101100000111101110100000010001011101101001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54177; }

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

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

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

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

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

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

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

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