Html Css Color HEX #BE037D Medium Violet Red

📋 copy color: '#BE037D'

red 190 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #BE037D

Tints of Medium Violet Red #BE037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 59.75%
G = 0.94%
B = 39.31%

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

#BE037D (or 0xBE037D) is known color: Medium Violet Red. HEX triplet: BE, 03 and 7D. RGB value is (190,3,125). Sum of RGB (Red+Green+Blue) = 190+3+125=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE037D is #41FC82. Grayscale: #484848. Windows color (decimal): -4324483 or 8192958. OLE color: 8192958.

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

Color convert

RGB 190 3 125 -
CMYK 0 0.98 0.34 0.25
HSL 320.86º 0.97% 0.38% -
HSV(B) 320.86º 0.98% 0.75% -
XYZ 24.97 12.49 20.5 -
YUV 72.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 190 3 125 0 0.98 0.34 0.25 320.86 0.97 0.38
Hex BE 3 7D 0 62 22 19 141 61 26
Octal 276 3 175 0 142 42 31 501 141 46
Binary 10111110 11 1111101 0 1100010 100010 11001 101000001 1100001 100110

Color Harmonies of #BE037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE037D

Black with #BE037D

Text Example


Text Example

White with #BE037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE037D; }

 p { color: rgb(190,3,125); }

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

background-color css

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

 a { background-color: rgb(190,3,125); }

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

border-color css

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

 span { border-color: rgb(190,3,125); }

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