Html Css Color HEX #BE048D Medium Violet Red

📋 copy color: '#BE048D'

red 190 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #BE048D

Tints of Medium Violet Red #BE048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 56.72%
G = 1.19%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE048D (or 0xBE048D) is known color: Medium Violet Red. HEX triplet: BE, 04 and 8D. RGB value is (190,4,141). Sum of RGB (Red+Green+Blue) = 190+4+141=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048D is #41FB72. Grayscale: #4A4A4A. Windows color (decimal): -4324211 or 9241790. OLE color: 9241790.

HSL color Cylindrical-coordinate representation of color #BE048D: hue angle of 315.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE048D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 141 -
CMYK 0 0.98 0.26 0.25
HSL 315.81º 0.96% 0.38% -
HSV(B) 315.81º 0.98% 0.75% -
XYZ 26.09 12.96 26.33 -
YUV 75.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 190 4 141 0 0.98 0.26 0.25 315.81 0.96 0.38
Hex BE 4 8D 0 62 1A 19 13C 60 26
Octal 276 4 215 0 142 32 31 474 140 46
Binary 10111110 100 10001101 0 1100010 11010 11001 100111100 1100000 100110

Color Harmonies of #BE048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE048D

Black with #BE048D

Text Example


Text Example

White with #BE048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE048D; }

 p { color: rgb(190,4,141); }

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

background-color css

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

 a { background-color: rgb(190,4,141); }

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

border-color css

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

 span { border-color: rgb(190,4,141); }

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