#be3a7b

Color #BE3A7B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BE3A7B

Tints of Medium Red Violet #BE3A7B

Color information

#BE3A7B (or 0xBE3A7B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3A and 7B. RGB value is (190,58,123). Sum of RGB (Red+Green+Blue) = 190+58+123=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A7B is #41C584. Grayscale: #686868. Windows color (decimal): -4310405 or 8075966. OLE color: 8075966.

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

Color convert

RGB19058123-
CMYK00.690.350.25
HSL330.45º53.23%48.63%-
HSV(B)330.45º69.47%74.51%-
XYZ26.3215.420.32-
YUV104.88138.23188.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=51.21%
G=15.63%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905812300.690.350.25330.4553.2348.63
HexBE3A7B045231914a3531
Octal27672173010543315126561
Binary1011111011101011110110100010110001111001101001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3a7b; }

 p { color: rgb(190,58,123); }

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

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

 a { background-color: rgb(190,58,123); }

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

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

 span { border-color: rgb(190,58,123); }

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