Html Css Color HEX #BE0296 Medium Violet Red

📋 copy color: '#BE0296'

red 190 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #BE0296

Tints of Medium Violet Red #BE0296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 55.56%
G = 0.58%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE0296 (or 0xBE0296) is known color: Medium Violet Red. HEX triplet: BE, 02 and 96. RGB value is (190,2,150). Sum of RGB (Red+Green+Blue) = 190+2+150=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0296 is #41FD69. Grayscale: #4A4A4A. Windows color (decimal): -4324714 or 9831102. OLE color: 9831102.

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

Color convert

RGB 190 2 150 -
CMYK 0 0.99 0.21 0.25
HSL 312.77º 0.98% 0.38% -
HSV(B) 312.77º 0.99% 0.75% -
XYZ 26.76 13.19 29.99 -
YUV 75.08 170.28 209.97 -
System Red Green Blue C M Y K H S L
Decimal 190 2 150 0 0.99 0.21 0.25 312.77 0.98 0.38
Hex BE 2 96 0 63 15 19 139 62 26
Octal 276 2 226 0 143 25 31 471 142 46
Binary 10111110 10 10010110 0 1100011 10101 11001 100111001 1100010 100110

Color Harmonies of #BE0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0296

Black with #BE0296

Text Example


Text Example

White with #BE0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0296; }

 p { color: rgb(190,2,150); }

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

background-color css

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

 a { background-color: rgb(190,2,150); }

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

border-color css

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

 span { border-color: rgb(190,2,150); }

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