Html Css Color HEX #BE337D Medium Red Violet

📋 copy color: '#BE337D'

red 190 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #BE337D

Tints of Medium Red Violet #BE337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

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

R = 51.91%
G = 13.93%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE337D (or 0xBE337D) is known color: Medium Red Violet. HEX triplet: BE, 33 and 7D. RGB value is (190,51,125). Sum of RGB (Red+Green+Blue) = 190+51+125=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE337D is #41CC82. Grayscale: #646464. Windows color (decimal): -4312195 or 8205246. OLE color: 8205246.

HSL color Cylindrical-coordinate representation of color #BE337D: hue angle of 328.06º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE337D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 125 -
CMYK 0 0.73 0.34 0.25
HSL 328.06º 0.58% 0.47% -
HSV(B) 328.06º 0.73% 0.75% -
XYZ 26.12 14.8 20.88 -
YUV 101 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 190 51 125 0 0.73 0.34 0.25 328.06 0.58 0.47
Hex BE 33 7D 0 49 22 19 148 3A 2F
Octal 276 63 175 0 111 42 31 510 72 57
Binary 10111110 110011 1111101 0 1001001 100010 11001 101001000 111010 101111

Color Harmonies of #BE337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE337D

Black with #BE337D

Text Example


Text Example

White with #BE337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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