Html Css Color HEX #BE3471 Medium Red Violet

📋 copy color: '#BE3471'

red 190 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #BE3471

Tints of Medium Red Violet #BE3471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 53.52%
G = 14.65%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3471 (or 0xBE3471) is known color: Medium Red Violet. HEX triplet: BE, 34 and 71. RGB value is (190,52,113). Sum of RGB (Red+Green+Blue) = 190+52+113=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3471 is #41CB8E. Grayscale: #646464. Windows color (decimal): -4311951 or 7419070. OLE color: 7419070.

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

Color convert

RGB 190 52 113 -
CMYK 0 0.73 0.41 0.25
HSL 333.48º 0.57% 0.47% -
HSV(B) 333.48º 0.73% 0.75% -
XYZ 25.44 14.6 17.1 -
YUV 100.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 190 52 113 0 0.73 0.41 0.25 333.48 0.57 0.47
Hex BE 34 71 0 49 29 19 14D 39 2F
Octal 276 64 161 0 111 51 31 515 71 57
Binary 10111110 110100 1110001 0 1001001 101001 11001 101001101 111001 101111

Color Harmonies of #BE3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3471

Black with #BE3471

Text Example


Text Example

White with #BE3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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