Html Css Color HEX #BE2471 Medium Red Violet

📋 copy color: '#BE2471'

red 190 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #BE2471

Tints of Medium Red Violet #BE2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 56.05%
G = 10.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2471 (or 0xBE2471) is known color: Medium Red Violet. HEX triplet: BE, 24 and 71. RGB value is (190,36,113). Sum of RGB (Red+Green+Blue) = 190+36+113=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2471 is #41DB8E. Grayscale: #5A5A5A. Windows color (decimal): -4316047 or 7414974. OLE color: 7414974.

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

Color convert

RGB 190 36 113 -
CMYK 0 0.81 0.41 0.25
HSL 330º 0.68% 0.44% -
HSV(B) 330º 0.81% 0.75% -
XYZ 24.85 13.4 16.9 -
YUV 90.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 190 36 113 0 0.81 0.41 0.25 330 0.68 0.44
Hex BE 24 71 0 51 29 19 14A 44 2C
Octal 276 44 161 0 121 51 31 512 104 54
Binary 10111110 100100 1110001 0 1010001 101001 11001 101001010 1000100 101100

Color Harmonies of #BE2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2471

Black with #BE2471

Text Example


Text Example

White with #BE2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2471; }

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

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

background-color css

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

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

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

border-color css

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

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

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