#BE26AC

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

Shades of Medium Red Violet #BE26AC

Tints of Medium Red Violet #BE26AC

Color information

#BE26AC (or 0xBE26AC) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and AC. RGB value is (190,38,172). Sum of RGB (Red+Green+Blue) = 190+38+172=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26AC is #41D953. Grayscale: #626262. Windows color (decimal): -4315476 or 11282110. OLE color: 11282110.

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

Color convert

RGB19038172-
CMYK00.80.090.25
HSL307.11º66.67%44.71%-
HSV(B)307.11º80%74.51%-
XYZ29.3715.3140.44-
YUV98.72169.36193.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 38 (15.23% from 255) = 9.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=47.5%
G=9.5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903817200.80.090.25307.1166.6744.71
HexBE26AC050919133432d
Octal276462540120113146310355
Binary1011111010011010101100010100001001110011001100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE26AC; }

 p { color: rgb(190,38,172); }

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

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

 a { background-color: rgb(190,38,172); }

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

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

 span { border-color: rgb(190,38,172); }

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