Html Css Color HEX #BE149C Medium Violet Red

📋 copy color: '#BE149C'

red 190 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #BE149C

Tints of Medium Violet Red #BE149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 51.91%
G = 5.46%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE149C (or 0xBE149C) is known color: Medium Violet Red. HEX triplet: BE, 14 and 9C. RGB value is (190,20,156). Sum of RGB (Red+Green+Blue) = 190+20+156=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE149C is #41EB63. Grayscale: #555555. Windows color (decimal): -4320100 or 10228926. OLE color: 10228926.

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

Color convert

RGB 190 20 156 -
CMYK 0 0.89 0.18 0.25
HSL 312º 0.81% 0.41% -
HSV(B) 312º 0.89% 0.75% -
XYZ 27.49 13.85 32.68 -
YUV 86.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 190 20 156 0 0.89 0.18 0.25 312 0.81 0.41
Hex BE 14 9C 0 59 12 19 138 51 29
Octal 276 24 234 0 131 22 31 470 121 51
Binary 10111110 10100 10011100 0 1011001 10010 11001 100111000 1010001 101001

Color Harmonies of #BE149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE149C

Black with #BE149C

Text Example


Text Example

White with #BE149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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