Html Css Color HEX #BE348F Medium Red Violet

📋 copy color: '#BE348F'

red 190 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #BE348F

Tints of Medium Red Violet #BE348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 49.35%
G = 13.51%
B = 37.14%

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

#BE348F (or 0xBE348F) is known color: Medium Red Violet. HEX triplet: BE, 34 and 8F. RGB value is (190,52,143). Sum of RGB (Red+Green+Blue) = 190+52+143=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE348F is #41CB70. Grayscale: #676767. Windows color (decimal): -4311921 or 9385150. OLE color: 9385150.

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

Color convert

RGB 190 52 143 -
CMYK 0 0.73 0.25 0.25
HSL 320.43º 0.57% 0.47% -
HSV(B) 320.43º 0.73% 0.75% -
XYZ 27.42 15.39 27.51 -
YUV 103.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 190 52 143 0 0.73 0.25 0.25 320.43 0.57 0.47
Hex BE 34 8F 0 49 19 19 140 39 2F
Octal 276 64 217 0 111 31 31 500 71 57
Binary 10111110 110100 10001111 0 1001001 11001 11001 101000000 111001 101111

Color Harmonies of #BE348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE348F

Black with #BE348F

Text Example


Text Example

White with #BE348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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