#BE4E7F

Color #BE4E7F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BE4E7F

Tints of Royal Heath #BE4E7F

Color information

#BE4E7F (or 0xBE4E7F) is unknown color: approx Royal Heath. HEX triplet: BE, 4E and 7F. RGB value is (190,78,127). Sum of RGB (Red+Green+Blue) = 190+78+127=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E7F is #41B180. Grayscale: #747474. Windows color (decimal): -4305281 or 8343230. OLE color: 8343230.

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

Color convert

RGB19078127-
CMYK00.590.330.25
HSL333.75º46.28%52.55%-
HSV(B)333.75º58.95%74.51%-
XYZ27.7917.9322.07-
YUV117.07133.61180.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 127 (50% from 255) = 32.15%
R=48.10%
G=19.75%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907812700.590.330.25333.7546.2852.55
HexBE4E7F03B211914e2e35
Octal27611617707341315165665
Binary1011111010011101111111011101110000111001101001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E7F; }

 p { color: rgb(190,78,127); }

 H1.HeaderClassName
 {
   color: #BE4E7F;
 }
 .AnyTagClassName
 {
   color: #BE4E7F;
 }
</style>
background-color css

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

 a { background-color: rgb(190,78,127); }

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

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

 span { border-color: rgb(190,78,127); }

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