Html Css Color HEX #BE048F Medium Violet Red

📋 copy color: '#BE048F'

red 190 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #BE048F

Tints of Medium Violet Red #BE048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 56.38%
G = 1.19%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE048F (or 0xBE048F) is known color: Medium Violet Red. HEX triplet: BE, 04 and 8F. RGB value is (190,4,143). Sum of RGB (Red+Green+Blue) = 190+4+143=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048F is #41FB70. Grayscale: #4B4B4B. Windows color (decimal): -4324209 or 9372862. OLE color: 9372862.

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

Color convert

RGB 190 4 143 -
CMYK 0 0.98 0.25 0.25
HSL 315.16º 0.96% 0.38% -
HSV(B) 315.16º 0.98% 0.75% -
XYZ 26.24 13.02 27.12 -
YUV 75.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 190 4 143 0 0.98 0.25 0.25 315.16 0.96 0.38
Hex BE 4 8F 0 62 19 19 13B 60 26
Octal 276 4 217 0 142 31 31 473 140 46
Binary 10111110 100 10001111 0 1100010 11001 11001 100111011 1100000 100110

Color Harmonies of #BE048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE048F

Black with #BE048F

Text Example


Text Example

White with #BE048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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