Html Css Color HEX #B55983 Royal Heath

📋 copy color: '#B55983'

red 181 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #B55983

Tints of Royal Heath #B55983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 45.14%
G = 22.19%
B = 32.67%

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

#B55983 (or 0xB55983) is known color: Royal Heath. HEX triplet: B5, 59 and 83. RGB value is (181,89,131). Sum of RGB (Red+Green+Blue) = 181+89+131=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55983 is #4AA67C. Grayscale: #797979. Windows color (decimal): -4892285 or 8608181. OLE color: 8608181.

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

Color convert

RGB 181 89 131 -
CMYK 0 0.51 0.28 0.29
HSL 332.61º 0.38% 0.53% -
HSV(B) 332.61º 0.51% 0.71% -
XYZ 26.73 18.61 23.66 -
YUV 121.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 181 89 131 0 0.51 0.28 0.29 332.61 0.38 0.53
Hex B5 59 83 0 33 1C 1D 14D 26 35
Octal 265 131 203 0 63 34 35 515 46 65
Binary 10110101 1011001 10000011 0 110011 11100 11101 101001101 100110 110101

Color Harmonies of #B55983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55983

Black with #B55983

Text Example


Text Example

White with #B55983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55983; }

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

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

background-color css

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

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

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

border-color css

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

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

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