Html Css Color HEX #BE2D8E Medium Red Violet

📋 copy color: '#BE2D8E'

red 190 ◦ green 45 ◦ blue 142

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

Shades of Medium Red Violet #BE2D8E

Tints of Medium Red Violet #BE2D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 50.4%
G = 11.94%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE2D8E (or 0xBE2D8E) is known color: Medium Red Violet. HEX triplet: BE, 2D and 8E. RGB value is (190,45,142). Sum of RGB (Red+Green+Blue) = 190+45+142=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D8E is #41D271. Grayscale: #636363. Windows color (decimal): -4313714 or 9317822. OLE color: 9317822.

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

Color convert

RGB 190 45 142 -
CMYK 0 0.76 0.25 0.25
HSL 319.86º 0.62% 0.46% -
HSV(B) 319.86º 0.76% 0.75% -
XYZ 27.06 14.78 27.02 -
YUV 99.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 190 45 142 0 0.76 0.25 0.25 319.86 0.62 0.46
Hex BE 2D 8E 0 4C 19 19 140 3E 2E
Octal 276 55 216 0 114 31 31 500 76 56
Binary 10111110 101101 10001110 0 1001100 11001 11001 101000000 111110 101110

Color Harmonies of #BE2D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D8E

Black with #BE2D8E

Text Example


Text Example

White with #BE2D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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