Html Css Color HEX #BE507E Royal Heath

📋 copy color: '#BE507E'

red 190 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #BE507E

Tints of Royal Heath #BE507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 47.98%
G = 20.2%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE507E (or 0xBE507E) is known color: Royal Heath. HEX triplet: BE, 50 and 7E. RGB value is (190,80,126). Sum of RGB (Red+Green+Blue) = 190+80+126=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE507E is #41AF81. Grayscale: #767676. Windows color (decimal): -4304770 or 8278206. OLE color: 8278206.

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

Color convert

RGB 190 80 126 -
CMYK 0 0.58 0.34 0.25
HSL 334.91º 0.46% 0.53% -
HSV(B) 334.91º 0.58% 0.75% -
XYZ 27.87 18.19 21.78 -
YUV 118.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 190 80 126 0 0.58 0.34 0.25 334.91 0.46 0.53
Hex BE 50 7E 0 3A 22 19 14F 2E 35
Octal 276 120 176 0 72 42 31 517 56 65
Binary 10111110 1010000 1111110 0 111010 100010 11001 101001111 101110 110101

Color Harmonies of #BE507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE507E

Black with #BE507E

Text Example


Text Example

White with #BE507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE507E; }

 p { color: rgb(190,80,126); }

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

background-color css

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

 a { background-color: rgb(190,80,126); }

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

border-color css

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

 span { border-color: rgb(190,80,126); }

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