Html Css Color HEX #BE497D Royal Heath

📋 copy color: '#BE497D'

red 190 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #BE497D

Tints of Royal Heath #BE497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

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

R = 48.97%
G = 18.81%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE497D (or 0xBE497D) is known color: Royal Heath. HEX triplet: BE, 49 and 7D. RGB value is (190,73,125). Sum of RGB (Red+Green+Blue) = 190+73+125=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE497D is #41B682. Grayscale: #717171. Windows color (decimal): -4306563 or 8210878. OLE color: 8210878.

HSL color Cylindrical-coordinate representation of color #BE497D: hue angle of 333.33º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE497D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 125 -
CMYK 0 0.62 0.34 0.25
HSL 333.33º 0.47% 0.52% -
HSV(B) 333.33º 0.62% 0.75% -
XYZ 27.32 17.19 21.28 -
YUV 113.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 190 73 125 0 0.62 0.34 0.25 333.33 0.47 0.52
Hex BE 49 7D 0 3E 22 19 14D 2F 34
Octal 276 111 175 0 76 42 31 515 57 64
Binary 10111110 1001001 1111101 0 111110 100010 11001 101001101 101111 110100

Color Harmonies of #BE497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE497D

Black with #BE497D

Text Example


Text Example

White with #BE497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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