#BE457D

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

Shades of Royal Heath #BE457D

Tints of Royal Heath #BE457D

Color information

#BE457D (or 0xBE457D) is unknown color: approx Royal Heath. HEX triplet: BE, 45 and 7D. RGB value is (190,69,125). Sum of RGB (Red+Green+Blue) = 190+69+125=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE457D is #41BA82. Grayscale: #6F6F6F. Windows color (decimal): -4307587 or 8209854. OLE color: 8209854.

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

Color convert

RGB19069125-
CMYK00.640.340.25
HSL332.23º48.21%50.78%-
HSV(B)332.23º63.68%74.51%-
XYZ27.0616.6821.2-
YUV111.56135.59183.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=49.48%
G=17.97%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906912500.640.340.25332.2348.2150.78
HexBE457D040221914c3033
Octal276105175010042315146063
Binary10111110100010111111010100000010001011001101001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE457D; }

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

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

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

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

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

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

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

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