Html Css Color HEX #BE1DA0 Medium Violet Red

📋 copy color: '#BE1DA0'

red 190 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #BE1DA0

Tints of Medium Violet Red #BE1DA0

RGB

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

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

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

R = 50.13%
G = 7.65%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE1DA0 (or 0xBE1DA0) is known color: Medium Violet Red. HEX triplet: BE, 1D and A0. RGB value is (190,29,160). Sum of RGB (Red+Green+Blue) = 190+29+160=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DA0 is #41E25F. Grayscale: #5B5B5B. Windows color (decimal): -4317792 or 10493374. OLE color: 10493374.

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

Color convert

RGB 190 29 160 -
CMYK 0 0.85 0.16 0.25
HSL 311.18º 0.74% 0.43% -
HSV(B) 311.18º 0.85% 0.75% -
XYZ 28.02 14.36 34.55 -
YUV 92.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 190 29 160 0 0.85 0.16 0.25 311.18 0.74 0.43
Hex BE 1D A0 0 55 10 19 137 4A 2B
Octal 276 35 240 0 125 20 31 467 112 53
Binary 10111110 11101 10100000 0 1010101 10000 11001 100110111 1001010 101011

Color Harmonies of #BE1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DA0

Black with #BE1DA0

Text Example


Text Example

White with #BE1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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