Html Css Color HEX #BE338E Medium Red Violet

📋 copy color: '#BE338E'

red 190 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #BE338E

Tints of Medium Red Violet #BE338E

RGB

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

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

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

R = 49.61%
G = 13.32%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE338E (or 0xBE338E) is known color: Medium Red Violet. HEX triplet: BE, 33 and 8E. RGB value is (190,51,142). Sum of RGB (Red+Green+Blue) = 190+51+142=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE338E is #41CC71. Grayscale: #666666. Windows color (decimal): -4312178 or 9319358. OLE color: 9319358.

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

Color convert

RGB 190 51 142 -
CMYK 0 0.73 0.25 0.25
HSL 320.72º 0.58% 0.47% -
HSV(B) 320.72º 0.73% 0.75% -
XYZ 27.3 15.27 27.1 -
YUV 102.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 190 51 142 0 0.73 0.25 0.25 320.72 0.58 0.47
Hex BE 33 8E 0 49 19 19 141 3A 2F
Octal 276 63 216 0 111 31 31 501 72 57
Binary 10111110 110011 10001110 0 1001001 11001 11001 101000001 111010 101111

Color Harmonies of #BE338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE338E

Black with #BE338E

Text Example


Text Example

White with #BE338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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