Html Css Color HEX #B55580 Royal Heath

📋 copy color: '#B55580'

red 181 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #B55580

Tints of Royal Heath #B55580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.57%

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

R = 45.94%
G = 21.57%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55580 (or 0xB55580) is known color: Royal Heath. HEX triplet: B5, 55 and 80. RGB value is (181,85,128). Sum of RGB (Red+Green+Blue) = 181+85+128=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B55580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55580 is #4AAA7F. Grayscale: #767676. Windows color (decimal): -4893312 or 8410549. OLE color: 8410549.

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

Color convert

RGB 181 85 128 -
CMYK 0 0.53 0.29 0.29
HSL 333.13º 0.39% 0.52% -
HSV(B) 333.13º 0.53% 0.71% -
XYZ 26.2 17.88 22.49 -
YUV 118.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 181 85 128 0 0.53 0.29 0.29 333.13 0.39 0.52
Hex B5 55 80 0 35 1D 1D 14D 27 34
Octal 265 125 200 0 65 35 35 515 47 64
Binary 10110101 1010101 10000000 0 110101 11101 11101 101001101 100111 110100

Color Harmonies of #B55580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55580

Black with #B55580

Text Example


Text Example

White with #B55580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55580; }

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

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

background-color css

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

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

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

border-color css

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

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

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