Html Css Color HEX #BE2D8D Medium Red Violet

📋 copy color: '#BE2D8D'

red 190 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #BE2D8D

Tints of Medium Red Violet #BE2D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 50.53%
G = 11.97%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE2D8D (or 0xBE2D8D) is known color: Medium Red Violet. HEX triplet: BE, 2D and 8D. RGB value is (190,45,141). Sum of RGB (Red+Green+Blue) = 190+45+141=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D8D is #41D272. Grayscale: #636363. Windows color (decimal): -4313715 or 9252286. OLE color: 9252286.

HSL color Cylindrical-coordinate representation of color #BE2D8D: hue angle of 320.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D8D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 141 -
CMYK 0 0.76 0.26 0.25
HSL 320.28º 0.62% 0.46% -
HSV(B) 320.28º 0.76% 0.75% -
XYZ 26.98 14.75 26.62 -
YUV 99.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 190 45 141 0 0.76 0.26 0.25 320.28 0.62 0.46
Hex BE 2D 8D 0 4C 1A 19 140 3E 2E
Octal 276 55 215 0 114 32 31 500 76 56
Binary 10111110 101101 10001101 0 1001100 11010 11001 101000000 111110 101110

Color Harmonies of #BE2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D8D

Black with #BE2D8D

Text Example


Text Example

White with #BE2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D8D; }

 p { color: rgb(190,45,141); }

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

background-color css

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

 a { background-color: rgb(190,45,141); }

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

border-color css

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

 span { border-color: rgb(190,45,141); }

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