#BE4B78

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

Shades of Royal Heath #BE4B78

Tints of Royal Heath #BE4B78

Color information

#BE4B78 (or 0xBE4B78) is unknown color: approx Royal Heath. HEX triplet: BE, 4B and 78. RGB value is (190,75,120). Sum of RGB (Red+Green+Blue) = 190+75+120=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B78 is #41B487. Grayscale: #727272. Windows color (decimal): -4306056 or 7883710. OLE color: 7883710.

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

Color convert

RGB19075120-
CMYK00.610.370.25
HSL336.52º46.94%51.96%-
HSV(B)336.52º60.53%74.51%-
XYZ27.1417.3419.68-
YUV114.51131.1181.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=49.35%
G=19.48%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907512000.610.370.25336.5246.9451.96
HexBE4B7803D25191512f34
Octal27611317007545315215764
Binary1011111010010111111000011110110010111001101010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B78; }

 p { color: rgb(190,75,120); }

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

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

 a { background-color: rgb(190,75,120); }

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

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

 span { border-color: rgb(190,75,120); }

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