Html Css Color HEX #B55A78 Royal Heath

📋 copy color: '#B55A78'

red 181 ◦ green 90 ◦ blue 120

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

Shades of Royal Heath #B55A78

Tints of Royal Heath #B55A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 46.29%
G = 23.02%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55A78 (or 0xB55A78) is known color: Royal Heath. HEX triplet: B5, 5A and 78. RGB value is (181,90,120). Sum of RGB (Red+Green+Blue) = 181+90+120=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A78 is #4AA587. Grayscale: #787878. Windows color (decimal): -4892040 or 7887541. OLE color: 7887541.

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

Color convert

RGB 181 90 120 -
CMYK 0 0.50 0.34 0.29
HSL 340.22º 0.38% 0.53% -
HSV(B) 340.22º 0.5% 0.71% -
XYZ 26.1 18.49 19.96 -
YUV 120.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 181 90 120 0 0.50 0.34 0.29 340.22 0.38 0.53
Hex B5 5A 78 0 32 22 1D 154 26 35
Octal 265 132 170 0 62 42 35 524 46 65
Binary 10110101 1011010 1111000 0 110010 100010 11101 101010100 100110 110101

Color Harmonies of #B55A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A78

Black with #B55A78

Text Example


Text Example

White with #B55A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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