Html Css Color HEX #BE0194 Medium Violet Red

📋 copy color: '#BE0194'

red 190 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #BE0194

Tints of Medium Violet Red #BE0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 56.05%
G = 0.29%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0194 (or 0xBE0194) is known color: Medium Violet Red. HEX triplet: BE, 01 and 94. RGB value is (190,1,148). Sum of RGB (Red+Green+Blue) = 190+1+148=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0194 is #41FE6B. Grayscale: #494949. Windows color (decimal): -4324972 or 9699774. OLE color: 9699774.

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

Color convert

RGB 190 1 148 -
CMYK 0 0.99 0.22 0.25
HSL 313.33º 0.99% 0.37% -
HSV(B) 313.33º 0.99% 0.75% -
XYZ 26.59 13.11 29.15 -
YUV 74.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 190 1 148 0 0.99 0.22 0.25 313.33 0.99 0.37
Hex BE 1 94 0 63 16 19 139 63 25
Octal 276 1 224 0 143 26 31 471 143 45
Binary 10111110 1 10010100 0 1100011 10110 11001 100111001 1100011 100101

Color Harmonies of #BE0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0194

Black with #BE0194

Text Example


Text Example

White with #BE0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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