Html Css Color HEX #BE339D Medium Red Violet

📋 copy color: '#BE339D'

red 190 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #BE339D

Tints of Medium Red Violet #BE339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 47.74%
G = 12.81%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE339D (or 0xBE339D) is known color: Medium Red Violet. HEX triplet: BE, 33 and 9D. RGB value is (190,51,157). Sum of RGB (Red+Green+Blue) = 190+51+157=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE339D is #41CC62. Grayscale: #686868. Windows color (decimal): -4312163 or 10302398. OLE color: 10302398.

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

Color convert

RGB 190 51 157 -
CMYK 0 0.73 0.17 0.25
HSL 314.24º 0.58% 0.47% -
HSV(B) 314.24º 0.73% 0.75% -
XYZ 28.5 15.75 33.44 -
YUV 104.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 190 51 157 0 0.73 0.17 0.25 314.24 0.58 0.47
Hex BE 33 9D 0 49 11 19 13A 3A 2F
Octal 276 63 235 0 111 21 31 472 72 57
Binary 10111110 110011 10011101 0 1001001 10001 11001 100111010 111010 101111

Color Harmonies of #BE339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE339D

Black with #BE339D

Text Example


Text Example

White with #BE339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE339D; }

 p { color: rgb(190,51,157); }

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

background-color css

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

 a { background-color: rgb(190,51,157); }

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

border-color css

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

 span { border-color: rgb(190,51,157); }

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