Html Css Color HEX #BE2777 Medium Red Violet

📋 copy color: '#BE2777'

red 190 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #BE2777

Tints of Medium Red Violet #BE2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.21%

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

R = 54.6%
G = 11.21%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE2777 (or 0xBE2777) is known color: Medium Red Violet. HEX triplet: BE, 27 and 77. RGB value is (190,39,119). Sum of RGB (Red+Green+Blue) = 190+39+119=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2777 is #41D888. Grayscale: #5D5D5D. Windows color (decimal): -4315273 or 7808958. OLE color: 7808958.

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

Color convert

RGB 190 39 119 -
CMYK 0 0.79 0.37 0.25
HSL 328.21º 0.66% 0.45% -
HSV(B) 328.21º 0.79% 0.75% -
XYZ 25.29 13.73 18.77 -
YUV 93.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 190 39 119 0 0.79 0.37 0.25 328.21 0.66 0.45
Hex BE 27 77 0 4F 25 19 148 42 2D
Octal 276 47 167 0 117 45 31 510 102 55
Binary 10111110 100111 1110111 0 1001111 100101 11001 101001000 1000010 101101

Color Harmonies of #BE2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2777

Black with #BE2777

Text Example


Text Example

White with #BE2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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