Html Css Color HEX #BE0374 Medium Violet Red

📋 copy color: '#BE0374'

red 190 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #BE0374

Tints of Medium Violet Red #BE0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 61.49%
G = 0.97%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0374 (or 0xBE0374) is known color: Medium Violet Red. HEX triplet: BE, 03 and 74. RGB value is (190,3,116). Sum of RGB (Red+Green+Blue) = 190+3+116=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0374 is #41FC8B. Grayscale: #474747. Windows color (decimal): -4324492 or 7603134. OLE color: 7603134.

HSL color Cylindrical-coordinate representation of color #BE0374: hue angle of 323.74º 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 #BE0374 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 116 -
CMYK 0 0.98 0.39 0.25
HSL 323.74º 0.97% 0.38% -
HSV(B) 323.74º 0.98% 0.75% -
XYZ 24.42 12.27 17.6 -
YUV 71.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 190 3 116 0 0.98 0.39 0.25 323.74 0.97 0.38
Hex BE 3 74 0 62 27 19 144 61 26
Octal 276 3 164 0 142 47 31 504 141 46
Binary 10111110 11 1110100 0 1100010 100111 11001 101000100 1100001 100110

Color Harmonies of #BE0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0374

Black with #BE0374

Text Example


Text Example

White with #BE0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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