Html Css Color HEX #BE0595 Medium Violet Red

📋 copy color: '#BE0595'

red 190 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #BE0595

Tints of Medium Violet Red #BE0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 55.23%
G = 1.45%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0595 (or 0xBE0595) is known color: Medium Violet Red. HEX triplet: BE, 05 and 95. RGB value is (190,5,149). Sum of RGB (Red+Green+Blue) = 190+5+149=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0595 is #41FA6A. Grayscale: #4C4C4C. Windows color (decimal): -4323947 or 9766334. OLE color: 9766334.

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

Color convert

RGB 190 5 149 -
CMYK 0 0.97 0.22 0.25
HSL 313.3º 0.95% 0.38% -
HSV(B) 313.3º 0.97% 0.75% -
XYZ 26.71 13.23 29.58 -
YUV 76.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 190 5 149 0 0.97 0.22 0.25 313.3 0.95 0.38
Hex BE 5 95 0 61 16 19 139 5F 26
Octal 276 5 225 0 141 26 31 471 137 46
Binary 10111110 101 10010101 0 1100001 10110 11001 100111001 1011111 100110

Color Harmonies of #BE0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0595

Black with #BE0595

Text Example


Text Example

White with #BE0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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