Html Css Color HEX #BE3472 Medium Red Violet

📋 copy color: '#BE3472'

red 190 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #BE3472

Tints of Medium Red Violet #BE3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 53.37%
G = 14.61%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE3472 (or 0xBE3472) is known color: Medium Red Violet. HEX triplet: BE, 34 and 72. RGB value is (190,52,114). Sum of RGB (Red+Green+Blue) = 190+52+114=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3472 is #41CB8D. Grayscale: #646464. Windows color (decimal): -4311950 or 7484606. OLE color: 7484606.

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

Color convert

RGB 190 52 114 -
CMYK 0 0.73 0.40 0.25
HSL 333.04º 0.57% 0.47% -
HSV(B) 333.04º 0.73% 0.75% -
XYZ 25.5 14.62 17.4 -
YUV 100.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 190 52 114 0 0.73 0.40 0.25 333.04 0.57 0.47
Hex BE 34 72 0 49 28 19 14D 39 2F
Octal 276 64 162 0 111 50 31 515 71 57
Binary 10111110 110100 1110010 0 1001001 101000 11001 101001101 111001 101111

Color Harmonies of #BE3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3472

Black with #BE3472

Text Example


Text Example

White with #BE3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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