Html Css Color HEX #BE2495 Medium Red Violet

📋 copy color: '#BE2495'

red 190 ◦ green 36 ◦ blue 149

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

Shades of Medium Red Violet #BE2495

Tints of Medium Red Violet #BE2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 50.67%
G = 9.6%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE2495 (or 0xBE2495) is known color: Medium Red Violet. HEX triplet: BE, 24 and 95. RGB value is (190,36,149). Sum of RGB (Red+Green+Blue) = 190+36+149=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2495 is #41DB6A. Grayscale: #5E5E5E. Windows color (decimal): -4316011 or 9774270. OLE color: 9774270.

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

Color convert

RGB 190 36 149 -
CMYK 0 0.81 0.22 0.25
HSL 315.97º 0.68% 0.44% -
HSV(B) 315.97º 0.81% 0.75% -
XYZ 27.29 14.38 29.77 -
YUV 94.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 190 36 149 0 0.81 0.22 0.25 315.97 0.68 0.44
Hex BE 24 95 0 51 16 19 13C 44 2C
Octal 276 44 225 0 121 26 31 474 104 54
Binary 10111110 100100 10010101 0 1010001 10110 11001 100111100 1000100 101100

Color Harmonies of #BE2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2495

Black with #BE2495

Text Example


Text Example

White with #BE2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2495; }

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

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

background-color css

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

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

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

border-color css

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

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

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