#be407c

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

Shades of Royal Heath #BE407C

Tints of Royal Heath #BE407C

Color information

#BE407C (or 0xBE407C) is unknown color: approx Royal Heath. HEX triplet: BE, 40 and 7C. RGB value is (190,64,124). Sum of RGB (Red+Green+Blue) = 190+64+124=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE407C is #41BF83. Grayscale: #6C6C6C. Windows color (decimal): -4308868 or 8143038. OLE color: 8143038.

HSL color Cylindrical-coordinate representation of color #BE407C: hue angle of 331.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE407C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19064124-
CMYK00.660.350.25
HSL331.43º49.61%49.8%-
HSV(B)331.43º66.32%74.51%-
XYZ26.7116.0720.76-
YUV108.51136.74186.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=50.26%
G=16.93%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906412400.660.350.25331.4349.6149.8
HexBE407C042231914b3232
Octal276100174010243315136262
Binary10111110100000011111000100001010001111001101001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be407c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be407c; }

 p { color: rgb(190,64,124); }

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

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

 a { background-color: rgb(190,64,124); }

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

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

 span { border-color: rgb(190,64,124); }

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