Html Css Color HEX #BE048A Medium Violet Red

📋 copy color: '#BE048A'

red 190 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #BE048A

Tints of Medium Violet Red #BE048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 57.23%
G = 1.2%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE048A (or 0xBE048A) is known color: Medium Violet Red. HEX triplet: BE, 04 and 8A. RGB value is (190,4,138). Sum of RGB (Red+Green+Blue) = 190+4+138=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048A is #41FB75. Grayscale: #4A4A4A. Windows color (decimal): -4324214 or 9045182. OLE color: 9045182.

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

Color convert

RGB 190 4 138 -
CMYK 0 0.98 0.27 0.25
HSL 316.77º 0.96% 0.38% -
HSV(B) 316.77º 0.98% 0.75% -
XYZ 25.87 12.87 25.17 -
YUV 74.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 190 4 138 0 0.98 0.27 0.25 316.77 0.96 0.38
Hex BE 4 8A 0 62 1B 19 13D 60 26
Octal 276 4 212 0 142 33 31 475 140 46
Binary 10111110 100 10001010 0 1100010 11011 11001 100111101 1100000 100110

Color Harmonies of #BE048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE048A

Black with #BE048A

Text Example


Text Example

White with #BE048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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