Html Css Color HEX #B55880 Royal Heath

📋 copy color: '#B55880'

red 181 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #B55880

Tints of Royal Heath #B55880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 45.59%
G = 22.17%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55880 (or 0xB55880) is known color: Royal Heath. HEX triplet: B5, 58 and 80. RGB value is (181,88,128). Sum of RGB (Red+Green+Blue) = 181+88+128=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55880 is #4AA77F. Grayscale: #787878. Windows color (decimal): -4892544 or 8411317. OLE color: 8411317.

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

Color convert

RGB 181 88 128 -
CMYK 0 0.51 0.29 0.29
HSL 334.19º 0.39% 0.53% -
HSV(B) 334.19º 0.51% 0.71% -
XYZ 26.44 18.36 22.57 -
YUV 120.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 181 88 128 0 0.51 0.29 0.29 334.19 0.39 0.53
Hex B5 58 80 0 33 1D 1D 14E 27 35
Octal 265 130 200 0 63 35 35 516 47 65
Binary 10110101 1011000 10000000 0 110011 11101 11101 101001110 100111 110101

Color Harmonies of #B55880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55880

Black with #B55880

Text Example


Text Example

White with #B55880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55880; }

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

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

background-color css

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

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

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

border-color css

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

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

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