#BE2372

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

Shades of Medium Red Violet #BE2372

Tints of Medium Red Violet #BE2372

Color information

#BE2372 (or 0xBE2372) is unknown color: approx Medium Red Violet. HEX triplet: BE, 23 and 72. RGB value is (190,35,114). Sum of RGB (Red+Green+Blue) = 190+35+114=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2372 is #41DC8D. Grayscale: #5A5A5A. Windows color (decimal): -4316302 or 7480254. OLE color: 7480254.

HSL color Cylindrical-coordinate representation of color #BE2372: hue angle of 329.42º 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 #BE2372 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19035114-
CMYK00.820.400.25
HSL329.42º68.89%44.12%-
HSV(B)329.42º81.58%74.51%-
XYZ24.8713.3617.19-
YUV90.35141.35199.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 35 (14.06% from 255) = 10.32%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=56.05%
G=10.32%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903511400.820.400.25329.4268.8944.12
HexBE23720522819149452c
Octal276431620122503151110554
Binary10111110100011111001001010010101000110011010010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2372; }

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

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

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

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

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

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

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

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