Html Css Color HEX #BE5380 Royal Heath

📋 copy color: '#BE5380'

red 190 ◦ green 83 ◦ blue 128

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

Shades of Royal Heath #BE5380

Tints of Royal Heath #BE5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 47.38%
G = 20.7%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE5380 (or 0xBE5380) is known color: Royal Heath. HEX triplet: BE, 53 and 80. RGB value is (190,83,128). Sum of RGB (Red+Green+Blue) = 190+83+128=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5380 is #41AC7F. Grayscale: #787878. Windows color (decimal): -4304000 or 8410046. OLE color: 8410046.

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

Color convert

RGB 190 83 128 -
CMYK 0 0.56 0.33 0.25
HSL 334.77º 0.45% 0.54% -
HSV(B) 334.77º 0.56% 0.75% -
XYZ 28.22 18.69 22.54 -
YUV 120.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 190 83 128 0 0.56 0.33 0.25 334.77 0.45 0.54
Hex BE 53 80 0 38 21 19 14F 2D 36
Octal 276 123 200 0 70 41 31 517 55 66
Binary 10111110 1010011 10000000 0 111000 100001 11001 101001111 101101 110110

Color Harmonies of #BE5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5380

Black with #BE5380

Text Example


Text Example

White with #BE5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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