Html Css Color HEX #BE328F Medium Red Violet

📋 copy color: '#BE328F'

red 190 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #BE328F

Tints of Medium Red Violet #BE328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 49.61%
G = 13.05%
B = 37.34%

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

#BE328F (or 0xBE328F) is known color: Medium Red Violet. HEX triplet: BE, 32 and 8F. RGB value is (190,50,143). Sum of RGB (Red+Green+Blue) = 190+50+143=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE328F is #41CD70. Grayscale: #666666. Windows color (decimal): -4312433 or 9384638. OLE color: 9384638.

HSL color Cylindrical-coordinate representation of color #BE328F: hue angle of 320.14º 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 #BE328F is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 143 -
CMYK 0 0.74 0.25 0.25
HSL 320.14º 0.58% 0.47% -
HSV(B) 320.14º 0.74% 0.75% -
XYZ 27.33 15.21 27.48 -
YUV 102.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 190 50 143 0 0.74 0.25 0.25 320.14 0.58 0.47
Hex BE 32 8F 0 4A 19 19 140 3A 2F
Octal 276 62 217 0 112 31 31 500 72 57
Binary 10111110 110010 10001111 0 1001010 11001 11001 101000000 111010 101111

Color Harmonies of #BE328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE328F

Black with #BE328F

Text Example


Text Example

White with #BE328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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