Html Css Color HEX #BE148C Medium Violet Red

📋 copy color: '#BE148C'

red 190 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #BE148C

Tints of Medium Violet Red #BE148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 54.29%
G = 5.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE148C (or 0xBE148C) is known color: Medium Violet Red. HEX triplet: BE, 14 and 8C. RGB value is (190,20,140). Sum of RGB (Red+Green+Blue) = 190+20+140=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE148C is #41EB73. Grayscale: #545454. Windows color (decimal): -4320116 or 9180350. OLE color: 9180350.

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

Color convert

RGB 190 20 140 -
CMYK 0 0.89 0.26 0.25
HSL 317.65º 0.81% 0.41% -
HSV(B) 317.65º 0.89% 0.75% -
XYZ 26.22 13.34 26 -
YUV 84.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 190 20 140 0 0.89 0.26 0.25 317.65 0.81 0.41
Hex BE 14 8C 0 59 1A 19 13E 51 29
Octal 276 24 214 0 131 32 31 476 121 51
Binary 10111110 10100 10001100 0 1011001 11010 11001 100111110 1010001 101001

Color Harmonies of #BE148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE148C

Black with #BE148C

Text Example


Text Example

White with #BE148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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