Html Css Color HEX #BE3271 Medium Red Violet

📋 copy color: '#BE3271'

red 190 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #BE3271

Tints of Medium Red Violet #BE3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

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

R = 53.82%
G = 14.16%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3271 (or 0xBE3271) is known color: Medium Red Violet. HEX triplet: BE, 32 and 71. RGB value is (190,50,113). Sum of RGB (Red+Green+Blue) = 190+50+113=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3271 is #41CD8E. Grayscale: #626262. Windows color (decimal): -4312463 or 7418558. OLE color: 7418558.

HSL color Cylindrical-coordinate representation of color #BE3271: hue angle of 333º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3271 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 113 -
CMYK 0 0.74 0.41 0.25
HSL 333º 0.58% 0.47% -
HSV(B) 333º 0.74% 0.75% -
XYZ 25.36 14.42 17.07 -
YUV 99.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 190 50 113 0 0.74 0.41 0.25 333 0.58 0.47
Hex BE 32 71 0 4A 29 19 14D 3A 2F
Octal 276 62 161 0 112 51 31 515 72 57
Binary 10111110 110010 1110001 0 1001010 101001 11001 101001101 111010 101111

Color Harmonies of #BE3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3271

Black with #BE3271

Text Example


Text Example

White with #BE3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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