Html Css Color HEX #BE4471 Royal Heath

📋 copy color: '#BE4471'

red 190 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #BE4471

Tints of Royal Heath #BE4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 51.21%
G = 18.33%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE4471 (or 0xBE4471) is known color: Royal Heath. HEX triplet: BE, 44 and 71. RGB value is (190,68,113). Sum of RGB (Red+Green+Blue) = 190+68+113=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4471 is #41BB8E. Grayscale: #6D6D6D. Windows color (decimal): -4307855 or 7423166. OLE color: 7423166.

HSL color Cylindrical-coordinate representation of color #BE4471: hue angle of 337.87º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4471 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 113 -
CMYK 0 0.64 0.41 0.25
HSL 337.87º 0.48% 0.51% -
HSV(B) 337.87º 0.64% 0.75% -
XYZ 26.28 16.27 17.38 -
YUV 109.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 190 68 113 0 0.64 0.41 0.25 337.87 0.48 0.51
Hex BE 44 71 0 40 29 19 152 30 33
Octal 276 104 161 0 100 51 31 522 60 63
Binary 10111110 1000100 1110001 0 1000000 101001 11001 101010010 110000 110011

Color Harmonies of #BE4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4471

Black with #BE4471

Text Example


Text Example

White with #BE4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4471; }

 p { color: rgb(190,68,113); }

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

background-color css

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

 a { background-color: rgb(190,68,113); }

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

border-color css

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

 span { border-color: rgb(190,68,113); }

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