#BE276C

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

Shades of Medium Red Violet #BE276C

Tints of Medium Red Violet #BE276C

Color information

#BE276C (or 0xBE276C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 27 and 6C. RGB value is (190,39,108). Sum of RGB (Red+Green+Blue) = 190+39+108=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE276C is #41D893. Grayscale: #5B5B5B. Windows color (decimal): -4315284 or 7088062. OLE color: 7088062.

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

Color convert

RGB19039108-
CMYK00.790.430.25
HSL332.58º65.94%44.9%-
HSV(B)332.58º79.47%74.51%-
XYZ24.6713.4815.49-
YUV92.01137.03197.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=56.38%
G=11.57%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903910800.790.430.25332.5865.9444.9
HexBE276C04F2B1914d422d
Octal276471540117533151510255
Binary10111110100111110110001001111101011110011010011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE276C; }

 p { color: rgb(190,39,108); }

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

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

 a { background-color: rgb(190,39,108); }

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

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

 span { border-color: rgb(190,39,108); }

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