Html Css Color HEX #BE477C Royal Heath

📋 copy color: '#BE477C'

red 190 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #BE477C

Tints of Royal Heath #BE477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 49.35%
G = 18.44%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE477C (or 0xBE477C) is known color: Royal Heath. HEX triplet: BE, 47 and 7C. RGB value is (190,71,124). Sum of RGB (Red+Green+Blue) = 190+71+124=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE477C is #41B883. Grayscale: #707070. Windows color (decimal): -4307076 or 8144830. OLE color: 8144830.

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

Color convert

RGB 190 71 124 -
CMYK 0 0.63 0.35 0.25
HSL 333.28º 0.48% 0.51% -
HSV(B) 333.28º 0.63% 0.75% -
XYZ 27.13 16.91 20.9 -
YUV 112.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 190 71 124 0 0.63 0.35 0.25 333.28 0.48 0.51
Hex BE 47 7C 0 3F 23 19 14D 30 33
Octal 276 107 174 0 77 43 31 515 60 63
Binary 10111110 1000111 1111100 0 111111 100011 11001 101001101 110000 110011

Color Harmonies of #BE477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE477C

Black with #BE477C

Text Example


Text Example

White with #BE477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE477C; }

 p { color: rgb(190,71,124); }

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

background-color css

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

 a { background-color: rgb(190,71,124); }

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

border-color css

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

 span { border-color: rgb(190,71,124); }

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