#BE188A

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

Shades of Medium Violet Red #BE188A

Tints of Medium Violet Red #BE188A

Color information

#BE188A (or 0xBE188A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 18 and 8A. RGB value is (190,24,138). Sum of RGB (Red+Green+Blue) = 190+24+138=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE188A is #41E775. Grayscale: #565656. Windows color (decimal): -4319094 or 9050302. OLE color: 9050302.

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

Color convert

RGB19024138-
CMYK00.870.270.25
HSL318.8º77.57%41.96%-
HSV(B)318.8º87.37%74.51%-
XYZ26.1513.4425.26-
YUV86.63157201.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=53.98%
G=6.82%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902413800.870.270.25318.877.5741.96
HexBE188A0571B1913f4e2a
Octal276302120127333147711652
Binary1011111011000100010100101011111011110011001111111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE188A; }

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

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

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

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

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

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

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

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