Html Css Color HEX #BE357D Medium Red Violet

📋 copy color: '#BE357D'

red 190 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #BE357D

Tints of Medium Red Violet #BE357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.4%

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

R = 51.63%
G = 14.4%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE357D (or 0xBE357D) is known color: Medium Red Violet. HEX triplet: BE, 35 and 7D. RGB value is (190,53,125). Sum of RGB (Red+Green+Blue) = 190+53+125=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE357D is #41CA82. Grayscale: #666666. Windows color (decimal): -4311683 or 8205758. OLE color: 8205758.

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

Color convert

RGB 190 53 125 -
CMYK 0 0.72 0.34 0.25
HSL 328.47º 0.56% 0.48% -
HSV(B) 328.47º 0.72% 0.75% -
XYZ 26.21 14.97 20.91 -
YUV 102.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 190 53 125 0 0.72 0.34 0.25 328.47 0.56 0.48
Hex BE 35 7D 0 48 22 19 148 38 30
Octal 276 65 175 0 110 42 31 510 70 60
Binary 10111110 110101 1111101 0 1001000 100010 11001 101001000 111000 110000

Color Harmonies of #BE357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE357D

Black with #BE357D

Text Example


Text Example

White with #BE357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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