Html Css Color HEX #BE047E Medium Violet Red

📋 copy color: '#BE047E'

red 190 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #BE047E

Tints of Medium Violet Red #BE047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 59.38%
G = 1.25%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE047E (or 0xBE047E) is known color: Medium Violet Red. HEX triplet: BE, 04 and 7E. RGB value is (190,4,126). Sum of RGB (Red+Green+Blue) = 190+4+126=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE047E is #41FB81. Grayscale: #494949. Windows color (decimal): -4324226 or 8258750. OLE color: 8258750.

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

Color convert

RGB 190 4 126 -
CMYK 0 0.98 0.34 0.25
HSL 320.65º 0.96% 0.38% -
HSV(B) 320.65º 0.98% 0.75% -
XYZ 25.04 12.54 20.84 -
YUV 73.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 190 4 126 0 0.98 0.34 0.25 320.65 0.96 0.38
Hex BE 4 7E 0 62 22 19 141 60 26
Octal 276 4 176 0 142 42 31 501 140 46
Binary 10111110 100 1111110 0 1100010 100010 11001 101000001 1100000 100110

Color Harmonies of #BE047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE047E

Black with #BE047E

Text Example


Text Example

White with #BE047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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