Html Css Color HEX #BE2876 Medium Red Violet

📋 copy color: '#BE2876'

red 190 ◦ green 40 ◦ blue 118

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

Shades of Medium Red Violet #BE2876

Tints of Medium Red Violet #BE2876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 54.6%
G = 11.49%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE2876 (or 0xBE2876) is known color: Medium Red Violet. HEX triplet: BE, 28 and 76. RGB value is (190,40,118). Sum of RGB (Red+Green+Blue) = 190+40+118=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2876 is #41D789. Grayscale: #5D5D5D. Windows color (decimal): -4315018 or 7743678. OLE color: 7743678.

HSL color Cylindrical-coordinate representation of color #BE2876: hue angle of 328.8º degrees, saturation: 0.65, 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 #BE2876 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 118 -
CMYK 0 0.79 0.38 0.25
HSL 328.8º 0.65% 0.45% -
HSV(B) 328.8º 0.79% 0.75% -
XYZ 25.26 13.77 18.47 -
YUV 93.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 190 40 118 0 0.79 0.38 0.25 328.8 0.65 0.45
Hex BE 28 76 0 4F 26 19 149 41 2D
Octal 276 50 166 0 117 46 31 511 101 55
Binary 10111110 101000 1110110 0 1001111 100110 11001 101001001 1000001 101101

Color Harmonies of #BE2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2876

Black with #BE2876

Text Example


Text Example

White with #BE2876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2876; }

 p { color: rgb(190,40,118); }

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

background-color css

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

 a { background-color: rgb(190,40,118); }

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

border-color css

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

 span { border-color: rgb(190,40,118); }

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