Html Css Color HEX #BE2C76 Medium Red Violet

📋 copy color: '#BE2C76'

red 190 ◦ green 44 ◦ blue 118

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

Shades of Medium Red Violet #BE2C76

Tints of Medium Red Violet #BE2C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

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

R = 53.98%
G = 12.5%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE2C76 (or 0xBE2C76) is known color: Medium Red Violet. HEX triplet: BE, 2C and 76. RGB value is (190,44,118). Sum of RGB (Red+Green+Blue) = 190+44+118=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C76 is #41D389. Grayscale: #5F5F5F. Windows color (decimal): -4313994 or 7744702. OLE color: 7744702.

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

Color convert

RGB 190 44 118 -
CMYK 0 0.77 0.38 0.25
HSL 329.59º 0.62% 0.46% -
HSV(B) 329.59º 0.77% 0.75% -
XYZ 25.41 14.06 18.51 -
YUV 96.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 190 44 118 0 0.77 0.38 0.25 329.59 0.62 0.46
Hex BE 2C 76 0 4D 26 19 14A 3E 2E
Octal 276 54 166 0 115 46 31 512 76 56
Binary 10111110 101100 1110110 0 1001101 100110 11001 101001010 111110 101110

Color Harmonies of #BE2C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C76

Black with #BE2C76

Text Example


Text Example

White with #BE2C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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