Html Css Color HEX #BE348E Medium Red Violet

📋 copy color: '#BE348E'

red 190 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #BE348E

Tints of Medium Red Violet #BE348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 49.48%
G = 13.54%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE348E (or 0xBE348E) is known color: Medium Red Violet. HEX triplet: BE, 34 and 8E. RGB value is (190,52,142). Sum of RGB (Red+Green+Blue) = 190+52+142=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE348E is #41CB71. Grayscale: #676767. Windows color (decimal): -4311922 or 9319614. OLE color: 9319614.

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

Color convert

RGB 190 52 142 -
CMYK 0 0.73 0.25 0.25
HSL 320.87º 0.57% 0.47% -
HSV(B) 320.87º 0.73% 0.75% -
XYZ 27.35 15.36 27.11 -
YUV 103.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 190 52 142 0 0.73 0.25 0.25 320.87 0.57 0.47
Hex BE 34 8E 0 49 19 19 141 39 2F
Octal 276 64 216 0 111 31 31 501 71 57
Binary 10111110 110100 10001110 0 1001001 11001 11001 101000001 111001 101111

Color Harmonies of #BE348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE348E

Black with #BE348E

Text Example


Text Example

White with #BE348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE348E; }

 p { color: rgb(190,52,142); }

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

background-color css

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

 a { background-color: rgb(190,52,142); }

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

border-color css

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

 span { border-color: rgb(190,52,142); }

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