Html Css Color HEX #BE14A2 Medium Violet Red

📋 copy color: '#BE14A2'

red 190 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #BE14A2

Tints of Medium Violet Red #BE14A2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 51.08%
G = 5.38%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE14A2 (or 0xBE14A2) is known color: Medium Violet Red. HEX triplet: BE, 14 and A2. RGB value is (190,20,162). Sum of RGB (Red+Green+Blue) = 190+20+162=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14A2 is #41EB5D. Grayscale: #565656. Windows color (decimal): -4320094 or 10622142. OLE color: 10622142.

HSL color Cylindrical-coordinate representation of color #BE14A2: hue angle of 309.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14A2 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 162 -
CMYK 0 0.89 0.15 0.25
HSL 309.88º 0.81% 0.41% -
HSV(B) 309.88º 0.89% 0.75% -
XYZ 28.01 14.06 35.42 -
YUV 87.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 190 20 162 0 0.89 0.15 0.25 309.88 0.81 0.41
Hex BE 14 A2 0 59 F 19 136 51 29
Octal 276 24 242 0 131 17 31 466 121 51
Binary 10111110 10100 10100010 0 1011001 1111 11001 100110110 1010001 101001

Color Harmonies of #BE14A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14A2

Black with #BE14A2

Text Example


Text Example

White with #BE14A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14A2; }

 p { color: rgb(190,20,162); }

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

background-color css

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

 a { background-color: rgb(190,20,162); }

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

border-color css

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

 span { border-color: rgb(190,20,162); }

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