Html Css Color HEX #BE0373 Medium Violet Red

📋 copy color: '#BE0373'

red 190 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #BE0373

Tints of Medium Violet Red #BE0373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 61.69%
G = 0.97%
B = 37.34%

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

#BE0373 (or 0xBE0373) is known color: Medium Violet Red. HEX triplet: BE, 03 and 73. RGB value is (190,3,115). Sum of RGB (Red+Green+Blue) = 190+3+115=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0373 is #41FC8C. Grayscale: #474747. Windows color (decimal): -4324493 or 7537598. OLE color: 7537598.

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

Color convert

RGB 190 3 115 -
CMYK 0 0.98 0.39 0.25
HSL 324.06º 0.97% 0.38% -
HSV(B) 324.06º 0.98% 0.75% -
XYZ 24.36 12.25 17.3 -
YUV 71.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 190 3 115 0 0.98 0.39 0.25 324.06 0.97 0.38
Hex BE 3 73 0 62 27 19 144 61 26
Octal 276 3 163 0 142 47 31 504 141 46
Binary 10111110 11 1110011 0 1100010 100111 11001 101000100 1100001 100110

Color Harmonies of #BE0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0373

Black with #BE0373

Text Example


Text Example

White with #BE0373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0373; }

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

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

background-color css

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

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

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

border-color css

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

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

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