Html Css Color HEX #B55A80 Royal Heath

📋 copy color: '#B55A80'

red 181 ◦ green 90 ◦ blue 128

#B55A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B55A80

Tints of Royal Heath #B55A80

RGB

 RED value IS 181 (71.09% from 255) = 45.36%

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 45.36%
G = 22.56%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55A80 (or 0xB55A80) is known color: Royal Heath. HEX triplet: B5, 5A and 80. RGB value is (181,90,128). Sum of RGB (Red+Green+Blue) = 181+90+128=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A80 is #4AA57F. Grayscale: #797979. Windows color (decimal): -4892032 or 8411829. OLE color: 8411829.

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

Color convert

RGB 181 90 128 -
CMYK 0 0.50 0.29 0.29
HSL 334.95º 0.38% 0.53% -
HSV(B) 334.95º 0.5% 0.71% -
XYZ 26.61 18.69 22.63 -
YUV 121.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 181 90 128 0 0.50 0.29 0.29 334.95 0.38 0.53
Hex B5 5A 80 0 32 1D 1D 14F 26 35
Octal 265 132 200 0 62 35 35 517 46 65
Binary 10110101 1011010 10000000 0 110010 11101 11101 101001111 100110 110101

Color Harmonies of #B55A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A80

Black with #B55A80

Text Example


Text Example

White with #B55A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A80; }

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

 H1.HeaderClassName
 {
   color: #B55A80;
 }
 .AnyTagClassName
 {
   color: #B55A80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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