#BE26A5

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

Shades of Medium Red Violet #BE26A5

Tints of Medium Red Violet #BE26A5

Color information

#BE26A5 (or 0xBE26A5) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and A5. RGB value is (190,38,165). Sum of RGB (Red+Green+Blue) = 190+38+165=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26A5 is #41D95A. Grayscale: #616161. Windows color (decimal): -4315483 or 10823358. OLE color: 10823358.

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

Color convert

RGB19038165-
CMYK00.80.130.25
HSL309.87º66.67%44.71%-
HSV(B)309.87º80%74.51%-
XYZ28.7215.0536.99-
YUV97.93165.86193.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 38 (15.23% from 255) = 9.67%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=48.35%
G=9.67%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903816500.80.130.25309.8766.6744.71
HexBE26A5050D19136432d
Octal276462450120153146610355
Binary1011111010011010100101010100001101110011001101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE26A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE26A5; }

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

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

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

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

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

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

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

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