Html Css Color HEX #BE0376 Medium Violet Red

📋 copy color: '#BE0376'

red 190 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #BE0376

Tints of Medium Violet Red #BE0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 61.09%
G = 0.96%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE0376 (or 0xBE0376) is known color: Medium Violet Red. HEX triplet: BE, 03 and 76. RGB value is (190,3,118). Sum of RGB (Red+Green+Blue) = 190+3+118=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0376 is #41FC89. Grayscale: #474747. Windows color (decimal): -4324490 or 7734206. OLE color: 7734206.

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

Color convert

RGB 190 3 118 -
CMYK 0 0.98 0.38 0.25
HSL 323.1º 0.97% 0.38% -
HSV(B) 323.1º 0.98% 0.75% -
XYZ 24.54 12.32 18.22 -
YUV 72.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 190 3 118 0 0.98 0.38 0.25 323.1 0.97 0.38
Hex BE 3 76 0 62 26 19 143 61 26
Octal 276 3 166 0 142 46 31 503 141 46
Binary 10111110 11 1110110 0 1100010 100110 11001 101000011 1100001 100110

Color Harmonies of #BE0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0376

Black with #BE0376

Text Example


Text Example

White with #BE0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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