Html Css Color HEX #BE2F77 Medium Red Violet

📋 copy color: '#BE2F77'

red 190 ◦ green 47 ◦ blue 119

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

Shades of Medium Red Violet #BE2F77

Tints of Medium Red Violet #BE2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 53.37%
G = 13.2%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE2F77 (or 0xBE2F77) is known color: Medium Red Violet. HEX triplet: BE, 2F and 77. RGB value is (190,47,119). Sum of RGB (Red+Green+Blue) = 190+47+119=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F77 is #41D088. Grayscale: #616161. Windows color (decimal): -4313225 or 7811006. OLE color: 7811006.

HSL color Cylindrical-coordinate representation of color #BE2F77: hue angle of 329.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F77 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 47 119 -
CMYK 0 0.75 0.37 0.25
HSL 329.79º 0.6% 0.46% -
HSV(B) 329.79º 0.75% 0.75% -
XYZ 25.58 14.31 18.87 -
YUV 97.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 190 47 119 0 0.75 0.37 0.25 329.79 0.6 0.46
Hex BE 2F 77 0 4B 25 19 14A 3C 2E
Octal 276 57 167 0 113 45 31 512 74 56
Binary 10111110 101111 1110111 0 1001011 100101 11001 101001010 111100 101110

Color Harmonies of #BE2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F77

Black with #BE2F77

Text Example


Text Example

White with #BE2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F77; }

 p { color: rgb(190,47,119); }

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

background-color css

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

 a { background-color: rgb(190,47,119); }

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

border-color css

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

 span { border-color: rgb(190,47,119); }

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