Html Css Color HEX #B55C80 Royal Heath

📋 copy color: '#B55C80'

red 181 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #B55C80

Tints of Royal Heath #B55C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 45.14%
G = 22.94%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55C80 (or 0xB55C80) is known color: Royal Heath. HEX triplet: B5, 5C and 80. RGB value is (181,92,128). Sum of RGB (Red+Green+Blue) = 181+92+128=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C80 is #4AA37F. Grayscale: #7A7A7A. Windows color (decimal): -4891520 or 8412341. OLE color: 8412341.

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

Color convert

RGB 181 92 128 -
CMYK 0 0.49 0.29 0.29
HSL 335.73º 0.38% 0.54% -
HSV(B) 335.73º 0.49% 0.71% -
XYZ 26.78 19.04 22.69 -
YUV 122.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 181 92 128 0 0.49 0.29 0.29 335.73 0.38 0.54
Hex B5 5C 80 0 31 1D 1D 150 26 36
Octal 265 134 200 0 61 35 35 520 46 66
Binary 10110101 1011100 10000000 0 110001 11101 11101 101010000 100110 110110

Color Harmonies of #B55C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C80

Black with #B55C80

Text Example


Text Example

White with #B55C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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