Html Css Color HEX #B55478 Royal Heath

📋 copy color: '#B55478'

red 181 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #B55478

Tints of Royal Heath #B55478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 47.01%
G = 21.82%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55478 (or 0xB55478) is known color: Royal Heath. HEX triplet: B5, 54 and 78. RGB value is (181,84,120). Sum of RGB (Red+Green+Blue) = 181+84+120=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55478 is #4AAB87. Grayscale: #757575. Windows color (decimal): -4893576 or 7886005. OLE color: 7886005.

HSL color Cylindrical-coordinate representation of color #B55478: hue angle of 337.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55478 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 120 -
CMYK 0 0.54 0.34 0.29
HSL 337.73º 0.4% 0.52% -
HSV(B) 337.73º 0.54% 0.71% -
XYZ 25.62 17.52 19.8 -
YUV 117.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 181 84 120 0 0.54 0.34 0.29 337.73 0.4 0.52
Hex B5 54 78 0 36 22 1D 152 28 34
Octal 265 124 170 0 66 42 35 522 50 64
Binary 10110101 1010100 1111000 0 110110 100010 11101 101010010 101000 110100

Color Harmonies of #B55478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55478

Black with #B55478

Text Example


Text Example

White with #B55478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55478; }

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

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

background-color css

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

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

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

border-color css

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

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

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