Html Css Color HEX #BE1295 Medium Violet Red

📋 copy color: '#BE1295'

red 190 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #BE1295

Tints of Medium Violet Red #BE1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 53.22%
G = 5.04%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE1295 (or 0xBE1295) is known color: Medium Violet Red. HEX triplet: BE, 12 and 95. RGB value is (190,18,149). Sum of RGB (Red+Green+Blue) = 190+18+149=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1295 is #41ED6A. Grayscale: #545454. Windows color (decimal): -4320619 or 9769662. OLE color: 9769662.

HSL color Cylindrical-coordinate representation of color #BE1295: hue angle of 314.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1295 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 149 -
CMYK 0 0.91 0.22 0.25
HSL 314.3º 0.83% 0.41% -
HSV(B) 314.3º 0.91% 0.75% -
XYZ 26.88 13.55 29.63 -
YUV 84.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 190 18 149 0 0.91 0.22 0.25 314.3 0.83 0.41
Hex BE 12 95 0 5B 16 19 13A 53 29
Octal 276 22 225 0 133 26 31 472 123 51
Binary 10111110 10010 10010101 0 1011011 10110 11001 100111010 1010011 101001

Color Harmonies of #BE1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1295

Black with #BE1295

Text Example


Text Example

White with #BE1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1295; }

 p { color: rgb(190,18,149); }

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

background-color css

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

 a { background-color: rgb(190,18,149); }

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

border-color css

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

 span { border-color: rgb(190,18,149); }

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