#BE217A

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

Shades of Medium Violet Red #BE217A

Tints of Medium Violet Red #BE217A

Color information

#BE217A (or 0xBE217A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 21 and 7A. RGB value is (190,33,122). Sum of RGB (Red+Green+Blue) = 190+33+122=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE217A is #41DE85. Grayscale: #595959. Windows color (decimal): -4316806 or 8004030. OLE color: 8004030.

HSL color Cylindrical-coordinate representation of color #BE217A: hue angle of 325.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE217A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19033122-
CMYK00.830.360.25
HSL325.99º70.4%43.73%-
HSV(B)325.99º82.63%74.51%-
XYZ25.2913.4419.67-
YUV90.09146.01199.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=55.07%
G=9.57%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903312200.830.360.25325.9970.443.73
HexBE217A0532419146462c
Octal276411720123443150610654
Binary10111110100001111101001010011100100110011010001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE217A; }

 p { color: rgb(190,33,122); }

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

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

 a { background-color: rgb(190,33,122); }

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

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

 span { border-color: rgb(190,33,122); }

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