Html Css Color HEX #BE1EAC Medium Violet Red

📋 copy color: '#BE1EAC'

red 190 ◦ green 30 ◦ blue 172

#BE1EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BE1EAC

Tints of Medium Violet Red #BE1EAC

RGB

 RED value IS 190 (74.61% from 255) = 48.47%

 GREEN value IS 30 (12.11% from 255) = 7.65%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 48.47%
G = 7.65%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE1EAC (or 0xBE1EAC) is known color: Medium Violet Red. HEX triplet: BE, 1E and AC. RGB value is (190,30,172). Sum of RGB (Red+Green+Blue) = 190+30+172=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1EAC is #41E153. Grayscale: #5D5D5D. Windows color (decimal): -4317524 or 11280062. OLE color: 11280062.

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

Color convert

RGB 190 30 172 -
CMYK 0 0.84 0.09 0.25
HSL 306.75º 0.73% 0.43% -
HSV(B) 306.75º 0.84% 0.75% -
XYZ 29.15 14.85 40.36 -
YUV 94.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 190 30 172 0 0.84 0.09 0.25 306.75 0.73 0.43
Hex BE 1E AC 0 54 9 19 133 49 2B
Octal 276 36 254 0 124 11 31 463 111 53
Binary 10111110 11110 10101100 0 1010100 1001 11001 100110011 1001001 101011

Color Harmonies of #BE1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EAC

Black with #BE1EAC

Text Example


Text Example

White with #BE1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EAC; }

 p { color: rgb(190,30,172); }

 H1.HeaderClassName
 {
   color: #BE1EAC;
 }
 .AnyTagClassName
 {
   color: #BE1EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(190,30,172); }

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

border-color css

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

 span { border-color: rgb(190,30,172); }

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