Html Css Color HEX #BE347D Medium Red Violet

📋 copy color: '#BE347D'

red 190 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #BE347D

Tints of Medium Red Violet #BE347D

RGB

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

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

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

R = 51.77%
G = 14.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE347D (or 0xBE347D) is known color: Medium Red Violet. HEX triplet: BE, 34 and 7D. RGB value is (190,52,125). Sum of RGB (Red+Green+Blue) = 190+52+125=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE347D is #41CB82. Grayscale: #656565. Windows color (decimal): -4311939 or 8205502. OLE color: 8205502.

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

Color convert

RGB 190 52 125 -
CMYK 0 0.73 0.34 0.25
HSL 328.26º 0.57% 0.47% -
HSV(B) 328.26º 0.73% 0.75% -
XYZ 26.16 14.88 20.9 -
YUV 101.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 190 52 125 0 0.73 0.34 0.25 328.26 0.57 0.47
Hex BE 34 7D 0 49 22 19 148 39 2F
Octal 276 64 175 0 111 42 31 510 71 57
Binary 10111110 110100 1111101 0 1001001 100010 11001 101001000 111001 101111

Color Harmonies of #BE347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE347D

Black with #BE347D

Text Example


Text Example

White with #BE347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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