#BE18A3

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

Shades of Medium Violet Red #BE18A3

Tints of Medium Violet Red #BE18A3

Color information

#BE18A3 (or 0xBE18A3) is unknown color: approx Medium Violet Red. HEX triplet: BE, 18 and A3. RGB value is (190,24,163). Sum of RGB (Red+Green+Blue) = 190+24+163=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18A3 is #41E75C. Grayscale: #595959. Windows color (decimal): -4319069 or 10688702. OLE color: 10688702.

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

Color convert

RGB19024163-
CMYK00.870.140.25
HSL309.76º77.57%41.96%-
HSV(B)309.76º87.37%74.51%-
XYZ28.1714.2435.91-
YUV89.48169.5199.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=50.40%
G=6.37%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902416300.870.140.25309.7677.5741.96
HexBE18A3057E191364e2a
Octal276302430127163146611652
Binary101111101100010100011010101111110110011001101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE18A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE18A3; }

 p { color: rgb(190,24,163); }

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

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

 a { background-color: rgb(190,24,163); }

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

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

 span { border-color: rgb(190,24,163); }

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