Html Css Color HEX #BE0170 Medium Violet Red

📋 copy color: '#BE0170'

red 190 ◦ green 1 ◦ blue 112

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

Shades of Medium Violet Red #BE0170

Tints of Medium Violet Red #BE0170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 62.71%
G = 0.33%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE0170 (or 0xBE0170) is known color: Medium Violet Red. HEX triplet: BE, 01 and 70. RGB value is (190,1,112). Sum of RGB (Red+Green+Blue) = 190+1+112=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0170 is #41FE8F. Grayscale: #454545. Windows color (decimal): -4325008 or 7340478. OLE color: 7340478.

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

Color convert

RGB 190 1 112 -
CMYK 0 0.99 0.41 0.25
HSL 324.76º 0.99% 0.37% -
HSV(B) 324.76º 0.99% 0.75% -
XYZ 24.17 12.14 16.4 -
YUV 70.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 190 1 112 0 0.99 0.41 0.25 324.76 0.99 0.37
Hex BE 1 70 0 63 29 19 145 63 25
Octal 276 1 160 0 143 51 31 505 143 45
Binary 10111110 1 1110000 0 1100011 101001 11001 101000101 1100011 100101

Color Harmonies of #BE0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0170

Black with #BE0170

Text Example


Text Example

White with #BE0170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0170; }

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

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

background-color css

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

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

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

border-color css

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

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

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