Html Css Color HEX #BE348C Medium Red Violet

📋 copy color: '#BE348C'

red 190 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #BE348C

Tints of Medium Red Violet #BE348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 49.74%
G = 13.61%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE348C (or 0xBE348C) is known color: Medium Red Violet. HEX triplet: BE, 34 and 8C. RGB value is (190,52,140). Sum of RGB (Red+Green+Blue) = 190+52+140=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE348C is #41CB73. Grayscale: #676767. Windows color (decimal): -4311924 or 9188542. OLE color: 9188542.

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

Color convert

RGB 190 52 140 -
CMYK 0 0.73 0.26 0.25
HSL 321.74º 0.57% 0.47% -
HSV(B) 321.74º 0.73% 0.75% -
XYZ 27.2 15.3 26.33 -
YUV 103.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 190 52 140 0 0.73 0.26 0.25 321.74 0.57 0.47
Hex BE 34 8C 0 49 1A 19 142 39 2F
Octal 276 64 214 0 111 32 31 502 71 57
Binary 10111110 110100 10001100 0 1001001 11010 11001 101000010 111001 101111

Color Harmonies of #BE348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE348C

Black with #BE348C

Text Example


Text Example

White with #BE348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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