Html Css Color HEX #BE0874 Medium Violet Red

📋 copy color: '#BE0874'

red 190 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #BE0874

Tints of Medium Violet Red #BE0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

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

R = 60.51%
G = 2.55%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0874 (or 0xBE0874) is known color: Medium Violet Red. HEX triplet: BE, 08 and 74. RGB value is (190,8,116). Sum of RGB (Red+Green+Blue) = 190+8+116=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0874 is #41F78B. Grayscale: #4A4A4A. Windows color (decimal): -4323212 or 7604414. OLE color: 7604414.

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

Color convert

RGB 190 8 116 -
CMYK 0 0.96 0.39 0.25
HSL 324.4º 0.92% 0.39% -
HSV(B) 324.4º 0.96% 0.75% -
XYZ 24.47 12.38 17.62 -
YUV 74.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 190 8 116 0 0.96 0.39 0.25 324.4 0.92 0.39
Hex BE 8 74 0 60 27 19 144 5C 27
Octal 276 10 164 0 140 47 31 504 134 47
Binary 10111110 1000 1110100 0 1100000 100111 11001 101000100 1011100 100111

Color Harmonies of #BE0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0874

Black with #BE0874

Text Example


Text Example

White with #BE0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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