#BE2A8B

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

Shades of Medium Red Violet #BE2A8B

Tints of Medium Red Violet #BE2A8B

Color information

#BE2A8B (or 0xBE2A8B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 8B. RGB value is (190,42,139). Sum of RGB (Red+Green+Blue) = 190+42+139=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8B is #41D574. Grayscale: #616161. Windows color (decimal): -4314485 or 9120446. OLE color: 9120446.

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

Color convert

RGB19042139-
CMYK00.780.270.25
HSL320.68º63.79%45.49%-
HSV(B)320.68º77.89%74.51%-
XYZ26.7214.4725.81-
YUV97.31151.53194.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=51.21%
G=11.32%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904213900.780.270.25320.6863.7945.49
HexBE2A8B04E1B19141402d
Octal276522130116333150110055
Binary10111110101010100010110100111011011110011010000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A8B; }

 p { color: rgb(190,42,139); }

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

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

 a { background-color: rgb(190,42,139); }

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

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

 span { border-color: rgb(190,42,139); }

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