Html Css Color HEX #BE0180 Medium Violet Red

📋 copy color: '#BE0180'

red 190 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #BE0180

Tints of Medium Violet Red #BE0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 59.56%
G = 0.31%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE0180 (or 0xBE0180) is known color: Medium Violet Red. HEX triplet: BE, 01 and 80. RGB value is (190,1,128). Sum of RGB (Red+Green+Blue) = 190+1+128=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0180 is #41FE7F. Grayscale: #474747. Windows color (decimal): -4324992 or 8389054. OLE color: 8389054.

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

Color convert

RGB 190 1 128 -
CMYK 0 0.99 0.33 0.25
HSL 319.68º 0.99% 0.37% -
HSV(B) 319.68º 0.99% 0.75% -
XYZ 25.14 12.53 21.51 -
YUV 71.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 190 1 128 0 0.99 0.33 0.25 319.68 0.99 0.37
Hex BE 1 80 0 63 21 19 140 63 25
Octal 276 1 200 0 143 41 31 500 143 45
Binary 10111110 1 10000000 0 1100011 100001 11001 101000000 1100011 100101

Color Harmonies of #BE0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0180

Black with #BE0180

Text Example


Text Example

White with #BE0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0180; }

 p { color: rgb(190,1,128); }

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

background-color css

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

 a { background-color: rgb(190,1,128); }

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

border-color css

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

 span { border-color: rgb(190,1,128); }

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