Html Css Color HEX #BE328E Medium Red Violet

📋 copy color: '#BE328E'

red 190 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #BE328E

Tints of Medium Red Violet #BE328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 49.74%
G = 13.09%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE328E (or 0xBE328E) is known color: Medium Red Violet. HEX triplet: BE, 32 and 8E. RGB value is (190,50,142). Sum of RGB (Red+Green+Blue) = 190+50+142=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE328E is #41CD71. Grayscale: #666666. Windows color (decimal): -4312434 or 9319102. OLE color: 9319102.

HSL color Cylindrical-coordinate representation of color #BE328E: hue angle of 320.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE328E is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 142 -
CMYK 0 0.74 0.25 0.25
HSL 320.57º 0.58% 0.47% -
HSV(B) 320.57º 0.74% 0.75% -
XYZ 27.26 15.18 27.08 -
YUV 102.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 190 50 142 0 0.74 0.25 0.25 320.57 0.58 0.47
Hex BE 32 8E 0 4A 19 19 141 3A 2F
Octal 276 62 216 0 112 31 31 501 72 57
Binary 10111110 110010 10001110 0 1001010 11001 11001 101000001 111010 101111

Color Harmonies of #BE328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE328E

Black with #BE328E

Text Example


Text Example

White with #BE328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE328E; }

 p { color: rgb(190,50,142); }

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

background-color css

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

 a { background-color: rgb(190,50,142); }

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

border-color css

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

 span { border-color: rgb(190,50,142); }

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