Html Css Color HEX #BE337A Medium Red Violet

📋 copy color: '#BE337A'

red 190 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #BE337A

Tints of Medium Red Violet #BE337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 52.34%
G = 14.05%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE337A (or 0xBE337A) is known color: Medium Red Violet. HEX triplet: BE, 33 and 7A. RGB value is (190,51,122). Sum of RGB (Red+Green+Blue) = 190+51+122=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE337A is #41CC85. Grayscale: #646464. Windows color (decimal): -4312198 or 8008638. OLE color: 8008638.

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

Color convert

RGB 190 51 122 -
CMYK 0 0.73 0.36 0.25
HSL 329.35º 0.58% 0.47% -
HSV(B) 329.35º 0.73% 0.75% -
XYZ 25.93 14.72 19.89 -
YUV 100.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 190 51 122 0 0.73 0.36 0.25 329.35 0.58 0.47
Hex BE 33 7A 0 49 24 19 149 3A 2F
Octal 276 63 172 0 111 44 31 511 72 57
Binary 10111110 110011 1111010 0 1001001 100100 11001 101001001 111010 101111

Color Harmonies of #BE337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE337A

Black with #BE337A

Text Example


Text Example

White with #BE337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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