Html Css Color HEX #B55783 Royal Heath

📋 copy color: '#B55783'

red 181 ◦ green 87 ◦ blue 131

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

Shades of Royal Heath #B55783

Tints of Royal Heath #B55783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

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

R = 45.36%
G = 21.8%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55783 (or 0xB55783) is known color: Royal Heath. HEX triplet: B5, 57 and 83. RGB value is (181,87,131). Sum of RGB (Red+Green+Blue) = 181+87+131=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55783 is #4AA87C. Grayscale: #787878. Windows color (decimal): -4892797 or 8607669. OLE color: 8607669.

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

Color convert

RGB 181 87 131 -
CMYK 0 0.52 0.28 0.29
HSL 331.91º 0.39% 0.53% -
HSV(B) 331.91º 0.52% 0.71% -
XYZ 26.56 18.28 23.6 -
YUV 120.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 181 87 131 0 0.52 0.28 0.29 331.91 0.39 0.53
Hex B5 57 83 0 34 1C 1D 14C 27 35
Octal 265 127 203 0 64 34 35 514 47 65
Binary 10110101 1010111 10000011 0 110100 11100 11101 101001100 100111 110101

Color Harmonies of #B55783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55783

Black with #B55783

Text Example


Text Example

White with #B55783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55783; }

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

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

background-color css

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

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

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

border-color css

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

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

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