Html Css Color HEX #BE0876 Medium Violet Red

📋 copy color: '#BE0876'

red 190 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #BE0876

Tints of Medium Violet Red #BE0876

RGB

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

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

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

R = 60.13%
G = 2.53%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE0876 (or 0xBE0876) is known color: Medium Violet Red. HEX triplet: BE, 08 and 76. RGB value is (190,8,118). Sum of RGB (Red+Green+Blue) = 190+8+118=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0876 is #41F789. Grayscale: #4A4A4A. Windows color (decimal): -4323210 or 7735486. OLE color: 7735486.

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

Color convert

RGB 190 8 118 -
CMYK 0 0.96 0.38 0.25
HSL 323.74º 0.92% 0.39% -
HSV(B) 323.74º 0.96% 0.75% -
XYZ 24.59 12.43 18.24 -
YUV 74.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 190 8 118 0 0.96 0.38 0.25 323.74 0.92 0.39
Hex BE 8 76 0 60 26 19 144 5C 27
Octal 276 10 166 0 140 46 31 504 134 47
Binary 10111110 1000 1110110 0 1100000 100110 11001 101000100 1011100 100111

Color Harmonies of #BE0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0876

Black with #BE0876

Text Example


Text Example

White with #BE0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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