Html Css Color HEX #BE0896 Medium Violet Red

📋 copy color: '#BE0896'

red 190 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #BE0896

Tints of Medium Violet Red #BE0896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 54.6%
G = 2.3%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE0896 (or 0xBE0896) is known color: Medium Violet Red. HEX triplet: BE, 08 and 96. RGB value is (190,8,150). Sum of RGB (Red+Green+Blue) = 190+8+150=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0896 is #41F769. Grayscale: #4E4E4E. Windows color (decimal): -4323178 or 9832638. OLE color: 9832638.

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

Color convert

RGB 190 8 150 -
CMYK 0 0.96 0.21 0.25
HSL 313.19º 0.92% 0.39% -
HSV(B) 313.19º 0.96% 0.75% -
XYZ 26.83 13.32 30.01 -
YUV 78.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 190 8 150 0 0.96 0.21 0.25 313.19 0.92 0.39
Hex BE 8 96 0 60 15 19 139 5C 27
Octal 276 10 226 0 140 25 31 471 134 47
Binary 10111110 1000 10010110 0 1100000 10101 11001 100111001 1011100 100111

Color Harmonies of #BE0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0896

Black with #BE0896

Text Example


Text Example

White with #BE0896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0896; }

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

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

background-color css

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

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

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

border-color css

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

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

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