Html Css Color HEX #BE0495 Medium Violet Red

📋 copy color: '#BE0495'

red 190 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #BE0495

Tints of Medium Violet Red #BE0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 55.39%
G = 1.17%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0495 (or 0xBE0495) is known color: Medium Violet Red. HEX triplet: BE, 04 and 95. RGB value is (190,4,149). Sum of RGB (Red+Green+Blue) = 190+4+149=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0495 is #41FB6A. Grayscale: #4B4B4B. Windows color (decimal): -4324203 or 9766078. OLE color: 9766078.

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

Color convert

RGB 190 4 149 -
CMYK 0 0.98 0.22 0.25
HSL 313.23º 0.96% 0.38% -
HSV(B) 313.23º 0.98% 0.75% -
XYZ 26.7 13.2 29.57 -
YUV 76.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 190 4 149 0 0.98 0.22 0.25 313.23 0.96 0.38
Hex BE 4 95 0 62 16 19 139 60 26
Octal 276 4 225 0 142 26 31 471 140 46
Binary 10111110 100 10010101 0 1100010 10110 11001 100111001 1100000 100110

Color Harmonies of #BE0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0495

Black with #BE0495

Text Example


Text Example

White with #BE0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0495; }

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

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

background-color css

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

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

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

border-color css

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

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

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