Html Css Color HEX #BE1D7D Medium Violet Red

📋 copy color: '#BE1D7D'

red 190 ◦ green 29 ◦ blue 125

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

Shades of Medium Violet Red #BE1D7D

Tints of Medium Violet Red #BE1D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 55.23%
G = 8.43%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE1D7D (or 0xBE1D7D) is known color: Medium Violet Red. HEX triplet: BE, 1D and 7D. RGB value is (190,29,125). Sum of RGB (Red+Green+Blue) = 190+29+125=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D7D is #41E282. Grayscale: #575757. Windows color (decimal): -4317827 or 8199614. OLE color: 8199614.

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

Color convert

RGB 190 29 125 -
CMYK 0 0.85 0.34 0.25
HSL 324.22º 0.74% 0.43% -
HSV(B) 324.22º 0.85% 0.75% -
XYZ 25.38 13.31 20.63 -
YUV 88.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 190 29 125 0 0.85 0.34 0.25 324.22 0.74 0.43
Hex BE 1D 7D 0 55 22 19 144 4A 2B
Octal 276 35 175 0 125 42 31 504 112 53
Binary 10111110 11101 1111101 0 1010101 100010 11001 101000100 1001010 101011

Color Harmonies of #BE1D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D7D

Black with #BE1D7D

Text Example


Text Example

White with #BE1D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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