Html Css Color HEX #BE1395 Medium Violet Red

📋 copy color: '#BE1395'

red 190 ◦ green 19 ◦ blue 149

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

Shades of Medium Violet Red #BE1395

Tints of Medium Violet Red #BE1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 53.07%
G = 5.31%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE1395 (or 0xBE1395) is known color: Medium Violet Red. HEX triplet: BE, 13 and 95. RGB value is (190,19,149). Sum of RGB (Red+Green+Blue) = 190+19+149=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1395 is #41EC6A. Grayscale: #545454. Windows color (decimal): -4320363 or 9769918. OLE color: 9769918.

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

Color convert

RGB 190 19 149 -
CMYK 0 0.90 0.22 0.25
HSL 314.39º 0.82% 0.41% -
HSV(B) 314.39º 0.9% 0.75% -
XYZ 26.89 13.58 29.64 -
YUV 84.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 190 19 149 0 0.90 0.22 0.25 314.39 0.82 0.41
Hex BE 13 95 0 5A 16 19 13A 52 29
Octal 276 23 225 0 132 26 31 472 122 51
Binary 10111110 10011 10010101 0 1011010 10110 11001 100111010 1010010 101001

Color Harmonies of #BE1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1395

Black with #BE1395

Text Example


Text Example

White with #BE1395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1395; }

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

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

background-color css

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

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

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

border-color css

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

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

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