Html Css Color HEX #BE5580 Royal Heath

📋 copy color: '#BE5580'

red 190 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #BE5580

Tints of Royal Heath #BE5580

RGB

 RED value IS 190 (74.61% from 255) = 47.15%

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 47.15%
G = 21.09%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE5580 (or 0xBE5580) is known color: Royal Heath. HEX triplet: BE, 55 and 80. RGB value is (190,85,128). Sum of RGB (Red+Green+Blue) = 190+85+128=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5580 is #41AA7F. Grayscale: #797979. Windows color (decimal): -4303488 or 8410558. OLE color: 8410558.

HSL color Cylindrical-coordinate representation of color #BE5580: hue angle of 335.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5580 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 128 -
CMYK 0 0.55 0.33 0.25
HSL 335.43º 0.45% 0.54% -
HSV(B) 335.43º 0.55% 0.75% -
XYZ 28.38 19 22.59 -
YUV 121.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 190 85 128 0 0.55 0.33 0.25 335.43 0.45 0.54
Hex BE 55 80 0 37 21 19 14F 2D 36
Octal 276 125 200 0 67 41 31 517 55 66
Binary 10111110 1010101 10000000 0 110111 100001 11001 101001111 101101 110110

Color Harmonies of #BE5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5580

Black with #BE5580

Text Example


Text Example

White with #BE5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5580; }

 p { color: rgb(190,85,128); }

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

background-color css

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

 a { background-color: rgb(190,85,128); }

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

border-color css

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

 span { border-color: rgb(190,85,128); }

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