Html Css Color HEX #B55B82 Royal Heath

📋 copy color: '#B55B82'

red 181 ◦ green 91 ◦ blue 130

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

Shades of Royal Heath #B55B82

Tints of Royal Heath #B55B82

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 45.02%
G = 22.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55B82 (or 0xB55B82) is known color: Royal Heath. HEX triplet: B5, 5B and 82. RGB value is (181,91,130). Sum of RGB (Red+Green+Blue) = 181+91+130=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B82 is #4AA47D. Grayscale: #7A7A7A. Windows color (decimal): -4891774 or 8543157. OLE color: 8543157.

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

Color convert

RGB 181 91 130 -
CMYK 0 0.50 0.28 0.29
HSL 334º 0.38% 0.53% -
HSV(B) 334º 0.5% 0.71% -
XYZ 26.83 18.92 23.36 -
YUV 122.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 181 91 130 0 0.50 0.28 0.29 334 0.38 0.53
Hex B5 5B 82 0 32 1C 1D 14E 26 35
Octal 265 133 202 0 62 34 35 516 46 65
Binary 10110101 1011011 10000010 0 110010 11100 11101 101001110 100110 110101

Color Harmonies of #B55B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B82

Black with #B55B82

Text Example


Text Example

White with #B55B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B82; }

 p { color: rgb(181,91,130); }

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

background-color css

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

 a { background-color: rgb(181,91,130); }

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

border-color css

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

 span { border-color: rgb(181,91,130); }

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