#BE237A

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

Shades of Medium Red Violet #BE237A

Tints of Medium Red Violet #BE237A

Color information

#BE237A (or 0xBE237A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 23 and 7A. RGB value is (190,35,122). Sum of RGB (Red+Green+Blue) = 190+35+122=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE237A is #41DC85. Grayscale: #5B5B5B. Windows color (decimal): -4316294 or 8004542. OLE color: 8004542.

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

Color convert

RGB19035122-
CMYK00.820.360.25
HSL326.32º68.89%44.12%-
HSV(B)326.32º81.58%74.51%-
XYZ25.3513.5519.69-
YUV91.26145.35198.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=54.76%
G=10.09%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903512200.820.360.25326.3268.8944.12
HexBE237A0522419146452c
Octal276431720122443150610554
Binary10111110100011111101001010010100100110011010001101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE237A; }

 p { color: rgb(190,35,122); }

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

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

 a { background-color: rgb(190,35,122); }

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

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

 span { border-color: rgb(190,35,122); }

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