Html Css Color HEX #BE1A7A Medium Violet Red

📋 copy color: '#BE1A7A'

red 190 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #BE1A7A

Tints of Medium Violet Red #BE1A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 56.21%
G = 7.69%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE1A7A (or 0xBE1A7A) is known color: Medium Violet Red. HEX triplet: BE, 1A and 7A. RGB value is (190,26,122). Sum of RGB (Red+Green+Blue) = 190+26+122=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A7A is #41E585. Grayscale: #555555. Windows color (decimal): -4318598 or 8002238. OLE color: 8002238.

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

Color convert

RGB 190 26 122 -
CMYK 0 0.86 0.36 0.25
HSL 324.88º 0.76% 0.42% -
HSV(B) 324.88º 0.86% 0.75% -
XYZ 25.12 13.09 19.62 -
YUV 85.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 190 26 122 0 0.86 0.36 0.25 324.88 0.76 0.42
Hex BE 1A 7A 0 56 24 19 145 4C 2A
Octal 276 32 172 0 126 44 31 505 114 52
Binary 10111110 11010 1111010 0 1010110 100100 11001 101000101 1001100 101010

Color Harmonies of #BE1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A7A

Black with #BE1A7A

Text Example


Text Example

White with #BE1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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