Html Css Color HEX #BE339B Medium Red Violet

📋 copy color: '#BE339B'

red 190 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #BE339B

Tints of Medium Red Violet #BE339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 47.98%
G = 12.88%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE339B (or 0xBE339B) is known color: Medium Red Violet. HEX triplet: BE, 33 and 9B. RGB value is (190,51,155). Sum of RGB (Red+Green+Blue) = 190+51+155=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE339B is #41CC64. Grayscale: #686868. Windows color (decimal): -4312165 or 10171326. OLE color: 10171326.

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

Color convert

RGB 190 51 155 -
CMYK 0 0.73 0.18 0.25
HSL 315.11º 0.58% 0.47% -
HSV(B) 315.11º 0.73% 0.75% -
XYZ 28.34 15.68 32.54 -
YUV 104.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 190 51 155 0 0.73 0.18 0.25 315.11 0.58 0.47
Hex BE 33 9B 0 49 12 19 13B 3A 2F
Octal 276 63 233 0 111 22 31 473 72 57
Binary 10111110 110011 10011011 0 1001001 10010 11001 100111011 111010 101111

Color Harmonies of #BE339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE339B

Black with #BE339B

Text Example


Text Example

White with #BE339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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