Html Css Color HEX #BE0174 Medium Violet Red

📋 copy color: '#BE0174'

red 190 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #BE0174

Tints of Medium Violet Red #BE0174

RGB

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

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

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

R = 61.89%
G = 0.33%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0174 (or 0xBE0174) is known color: Medium Violet Red. HEX triplet: BE, 01 and 74. RGB value is (190,1,116). Sum of RGB (Red+Green+Blue) = 190+1+116=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0174 is #41FE8B. Grayscale: #464646. Windows color (decimal): -4325004 or 7602622. OLE color: 7602622.

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

Color convert

RGB 190 1 116 -
CMYK 0 0.99 0.39 0.25
HSL 323.49º 0.99% 0.37% -
HSV(B) 323.49º 0.99% 0.75% -
XYZ 24.4 12.23 17.6 -
YUV 70.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 190 1 116 0 0.99 0.39 0.25 323.49 0.99 0.37
Hex BE 1 74 0 63 27 19 143 63 25
Octal 276 1 164 0 143 47 31 503 143 45
Binary 10111110 1 1110100 0 1100011 100111 11001 101000011 1100011 100101

Color Harmonies of #BE0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0174

Black with #BE0174

Text Example


Text Example

White with #BE0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0174; }

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

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

background-color css

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

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

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

border-color css

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

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

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