#B55A7B

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

Shades of Royal Heath #B55A7B

Tints of Royal Heath #B55A7B

Color information

#B55A7B (or 0xB55A7B) is unknown color: approx Royal Heath. HEX triplet: B5, 5A and 7B. RGB value is (181,90,123). Sum of RGB (Red+Green+Blue) = 181+90+123=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A7B is #4AA584. Grayscale: #787878. Windows color (decimal): -4892037 or 8084149. OLE color: 8084149.

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

Color convert

RGB18190123-
CMYK00.500.320.29
HSL338.24º38.08%53.14%-
HSV(B)338.24º50.28%70.98%-
XYZ26.2918.5720.94-
YUV120.97129.15170.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=45.94%
G=22.84%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819012300.500.320.29338.2438.0853.14
HexB55A7B032201D1522635
Octal26513217306240355224665
Binary1011010110110101111011011001010000011101101010010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A7B; }

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

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

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

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

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

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

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

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