Html Css Color HEX #BE477D Royal Heath

📋 copy color: '#BE477D'

red 190 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #BE477D

Tints of Royal Heath #BE477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 49.22%
G = 18.39%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE477D (or 0xBE477D) is known color: Royal Heath. HEX triplet: BE, 47 and 7D. RGB value is (190,71,125). Sum of RGB (Red+Green+Blue) = 190+71+125=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE477D is #41B882. Grayscale: #707070. Windows color (decimal): -4307075 or 8210366. OLE color: 8210366.

HSL color Cylindrical-coordinate representation of color #BE477D: hue angle of 332.77º 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 #BE477D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 71 125 -
CMYK 0 0.63 0.34 0.25
HSL 332.77º 0.48% 0.51% -
HSV(B) 332.77º 0.63% 0.75% -
XYZ 27.19 16.93 21.24 -
YUV 112.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 190 71 125 0 0.63 0.34 0.25 332.77 0.48 0.51
Hex BE 47 7D 0 3F 22 19 14D 30 33
Octal 276 107 175 0 77 42 31 515 60 63
Binary 10111110 1000111 1111101 0 111111 100010 11001 101001101 110000 110011

Color Harmonies of #BE477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE477D

Black with #BE477D

Text Example


Text Example

White with #BE477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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