Html Css Color HEX #B55982 Royal Heath

📋 copy color: '#B55982'

red 181 ◦ green 89 ◦ blue 130

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

Shades of Royal Heath #B55982

Tints of Royal Heath #B55982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 45.25%
G = 22.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55982 (or 0xB55982) is known color: Royal Heath. HEX triplet: B5, 59 and 82. RGB value is (181,89,130). Sum of RGB (Red+Green+Blue) = 181+89+130=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55982 is #4AA67D. Grayscale: #797979. Windows color (decimal): -4892286 or 8542645. OLE color: 8542645.

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

Color convert

RGB 181 89 130 -
CMYK 0 0.51 0.28 0.29
HSL 333.26º 0.38% 0.53% -
HSV(B) 333.26º 0.51% 0.71% -
XYZ 26.66 18.58 23.3 -
YUV 121.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 181 89 130 0 0.51 0.28 0.29 333.26 0.38 0.53
Hex B5 59 82 0 33 1C 1D 14D 26 35
Octal 265 131 202 0 63 34 35 515 46 65
Binary 10110101 1011001 10000010 0 110011 11100 11101 101001101 100110 110101

Color Harmonies of #B55982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55982

Black with #B55982

Text Example


Text Example

White with #B55982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55982; }

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

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

background-color css

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

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

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

border-color css

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

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

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