Html Css Color HEX #BE2D8F Medium Red Violet

📋 copy color: '#BE2D8F'

red 190 ◦ green 45 ◦ blue 143

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

Shades of Medium Red Violet #BE2D8F

Tints of Medium Red Violet #BE2D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 50.26%
G = 11.9%
B = 37.83%

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

#BE2D8F (or 0xBE2D8F) is known color: Medium Red Violet. HEX triplet: BE, 2D and 8F. RGB value is (190,45,143). Sum of RGB (Red+Green+Blue) = 190+45+143=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D8F is #41D270. Grayscale: #636363. Windows color (decimal): -4313713 or 9383358. OLE color: 9383358.

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

Color convert

RGB 190 45 143 -
CMYK 0 0.76 0.25 0.25
HSL 319.45º 0.62% 0.46% -
HSV(B) 319.45º 0.76% 0.75% -
XYZ 27.13 14.81 27.41 -
YUV 99.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 190 45 143 0 0.76 0.25 0.25 319.45 0.62 0.46
Hex BE 2D 8F 0 4C 19 19 13F 3E 2E
Octal 276 55 217 0 114 31 31 477 76 56
Binary 10111110 101101 10001111 0 1001100 11001 11001 100111111 111110 101110

Color Harmonies of #BE2D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D8F

Black with #BE2D8F

Text Example


Text Example

White with #BE2D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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