Html Css Color HEX #BE3976 Medium Red Violet

📋 copy color: '#BE3976'

red 190 ◦ green 57 ◦ blue 118

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

Shades of Medium Red Violet #BE3976

Tints of Medium Red Violet #BE3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

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

R = 52.05%
G = 15.62%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE3976 (or 0xBE3976) is known color: Medium Red Violet. HEX triplet: BE, 39 and 76. RGB value is (190,57,118). Sum of RGB (Red+Green+Blue) = 190+57+118=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3976 is #41C689. Grayscale: #676767. Windows color (decimal): -4310666 or 7748030. OLE color: 7748030.

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

Color convert

RGB 190 57 118 -
CMYK 0 0.7 0.38 0.25
HSL 332.48º 0.54% 0.48% -
HSV(B) 332.48º 0.7% 0.75% -
XYZ 25.97 15.18 18.7 -
YUV 103.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 190 57 118 0 0.7 0.38 0.25 332.48 0.54 0.48
Hex BE 39 76 0 46 26 19 14C 36 30
Octal 276 71 166 0 106 46 31 514 66 60
Binary 10111110 111001 1110110 0 1000110 100110 11001 101001100 110110 110000

Color Harmonies of #BE3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3976

Black with #BE3976

Text Example


Text Example

White with #BE3976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3976; }

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

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

background-color css

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

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

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

border-color css

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

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

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