#B55A7F

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

Shades of Royal Heath #B55A7F

Tints of Royal Heath #B55A7F

Color information

#B55A7F (or 0xB55A7F) is unknown color: approx Royal Heath. HEX triplet: B5, 5A and 7F. RGB value is (181,90,127). Sum of RGB (Red+Green+Blue) = 181+90+127=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A7F is #4AA580. Grayscale: #797979. Windows color (decimal): -4892033 or 8346293. OLE color: 8346293.

HSL color Cylindrical-coordinate representation of color #B55A7F: hue angle of 335.6º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A7F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18190127-
CMYK00.500.300.29
HSL335.6º38.08%53.14%-
HSV(B)335.6º50.28%70.98%-
XYZ26.5418.6722.28-
YUV121.43131.15170.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 127 (50% from 255) = 31.91%
R=45.48%
G=22.61%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819012700.500.300.29335.638.0853.14
HexB55A7F0321E1D1502635
Octal26513217706236355204665
Binary101101011011010111111101100101111011101101010000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A7F; }

 p { color: rgb(181,90,127); }

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

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

 a { background-color: rgb(181,90,127); }

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

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

 span { border-color: rgb(181,90,127); }

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