Html Css Color HEX #BE407D Medium Red Violet

📋 copy color: '#BE407D'

red 190 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #BE407D

Tints of Medium Red Violet #BE407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 50.13%
G = 16.89%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE407D (or 0xBE407D) is known color: Medium Red Violet. HEX triplet: BE, 40 and 7D. RGB value is (190,64,125). Sum of RGB (Red+Green+Blue) = 190+64+125=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE407D is #41BF82. Grayscale: #6C6C6C. Windows color (decimal): -4308867 or 8208574. OLE color: 8208574.

HSL color Cylindrical-coordinate representation of color #BE407D: hue angle of 330.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE407D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 125 -
CMYK 0 0.66 0.34 0.25
HSL 330.95º 0.5% 0.5% -
HSV(B) 330.95º 0.66% 0.75% -
XYZ 26.77 16.09 21.1 -
YUV 108.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 190 64 125 0 0.66 0.34 0.25 330.95 0.5 0.5
Hex BE 40 7D 0 42 22 19 14B 32 32
Octal 276 100 175 0 102 42 31 513 62 62
Binary 10111110 1000000 1111101 0 1000010 100010 11001 101001011 110010 110010

Color Harmonies of #BE407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE407D

Black with #BE407D

Text Example


Text Example

White with #BE407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE407D; }

 p { color: rgb(190,64,125); }

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

background-color css

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

 a { background-color: rgb(190,64,125); }

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

border-color css

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

 span { border-color: rgb(190,64,125); }

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