Html Css Color HEX #BE357E Medium Red Violet

📋 copy color: '#BE357E'

red 190 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #BE357E

Tints of Medium Red Violet #BE357E

RGB

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

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

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

R = 51.49%
G = 14.36%
B = 34.15%

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

#BE357E (or 0xBE357E) is known color: Medium Red Violet. HEX triplet: BE, 35 and 7E. RGB value is (190,53,126). Sum of RGB (Red+Green+Blue) = 190+53+126=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE357E is #41CA81. Grayscale: #666666. Windows color (decimal): -4311682 or 8271294. OLE color: 8271294.

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

Color convert

RGB 190 53 126 -
CMYK 0 0.72 0.34 0.25
HSL 328.03º 0.56% 0.48% -
HSV(B) 328.03º 0.72% 0.75% -
XYZ 26.27 15 21.25 -
YUV 102.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 190 53 126 0 0.72 0.34 0.25 328.03 0.56 0.48
Hex BE 35 7E 0 48 22 19 148 38 30
Octal 276 65 176 0 110 42 31 510 70 60
Binary 10111110 110101 1111110 0 1001000 100010 11001 101001000 111000 110000

Color Harmonies of #BE357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE357E

Black with #BE357E

Text Example


Text Example

White with #BE357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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