#BE26AB

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

Shades of Medium Red Violet #BE26AB

Tints of Medium Red Violet #BE26AB

Color information

#BE26AB (or 0xBE26AB) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and AB. RGB value is (190,38,171). Sum of RGB (Red+Green+Blue) = 190+38+171=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26AB is #41D954. Grayscale: #626262. Windows color (decimal): -4315477 or 11216574. OLE color: 11216574.

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

Color convert

RGB19038171-
CMYK00.80.100.25
HSL307.5º66.67%44.71%-
HSV(B)307.5º80%74.51%-
XYZ29.2815.2739.93-
YUV98.61168.86193.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=47.62%
G=9.52%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903817100.80.100.25307.566.6744.71
HexBE26AB050A19134432d
Octal276462530120123146410355
Binary1011111010011010101011010100001010110011001101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE26AB; }

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

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

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

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

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

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

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

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