#BE3381

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

Shades of Medium Red Violet #BE3381

Tints of Medium Red Violet #BE3381

Color information

#BE3381 (or 0xBE3381) is unknown color: approx Medium Red Violet. HEX triplet: BE, 33 and 81. RGB value is (190,51,129). Sum of RGB (Red+Green+Blue) = 190+51+129=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3381 is #41CC7E. Grayscale: #656565. Windows color (decimal): -4312191 or 8467390. OLE color: 8467390.

HSL color Cylindrical-coordinate representation of color #BE3381: hue angle of 326.33º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3381 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19051129-
CMYK00.730.320.25
HSL326.33º57.68%47.25%-
HSV(B)326.33º73.16%74.51%-
XYZ26.3814.922.25-
YUV101.45143.55191.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=51.35%
G=13.78%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905112900.730.320.25326.3357.6847.25
HexBE338104920191463a2f
Octal27663201011140315067257
Binary10111110110011100000010100100110000011001101000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3381; }

 p { color: rgb(190,51,129); }

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

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

 a { background-color: rgb(190,51,129); }

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

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

 span { border-color: rgb(190,51,129); }

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