Html Css Color HEX #BE34A0 Medium Red Violet

📋 copy color: '#BE34A0'

red 190 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #BE34A0

Tints of Medium Red Violet #BE34A0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 47.26%
G = 12.94%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE34A0 (or 0xBE34A0) is known color: Medium Red Violet. HEX triplet: BE, 34 and A0. RGB value is (190,52,160). Sum of RGB (Red+Green+Blue) = 190+52+160=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE34A0 is #41CB5F. Grayscale: #696969. Windows color (decimal): -4311904 or 10499262. OLE color: 10499262.

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

Color convert

RGB 190 52 160 -
CMYK 0 0.73 0.16 0.25
HSL 313.04º 0.57% 0.47% -
HSV(B) 313.04º 0.73% 0.75% -
XYZ 28.81 15.94 34.82 -
YUV 105.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 190 52 160 0 0.73 0.16 0.25 313.04 0.57 0.47
Hex BE 34 A0 0 49 10 19 139 39 2F
Octal 276 64 240 0 111 20 31 471 71 57
Binary 10111110 110100 10100000 0 1001001 10000 11001 100111001 111001 101111

Color Harmonies of #BE34A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34A0

Black with #BE34A0

Text Example


Text Example

White with #BE34A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34A0; }

 p { color: rgb(190,52,160); }

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

background-color css

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

 a { background-color: rgb(190,52,160); }

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

border-color css

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

 span { border-color: rgb(190,52,160); }

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