Html Css Color HEX #BE2B8C Medium Red Violet

📋 copy color: '#BE2B8C'

red 190 ◦ green 43 ◦ blue 140

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

Shades of Medium Red Violet #BE2B8C

Tints of Medium Red Violet #BE2B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.53%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 50.94%
G = 11.53%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE2B8C (or 0xBE2B8C) is known color: Medium Red Violet. HEX triplet: BE, 2B and 8C. RGB value is (190,43,140). Sum of RGB (Red+Green+Blue) = 190+43+140=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B8C is #41D473. Grayscale: #616161. Windows color (decimal): -4314228 or 9186238. OLE color: 9186238.

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

Color convert

RGB 190 43 140 -
CMYK 0 0.77 0.26 0.25
HSL 320.41º 0.63% 0.46% -
HSV(B) 320.41º 0.77% 0.75% -
XYZ 26.83 14.57 26.21 -
YUV 98.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 190 43 140 0 0.77 0.26 0.25 320.41 0.63 0.46
Hex BE 2B 8C 0 4D 1A 19 140 3F 2E
Octal 276 53 214 0 115 32 31 500 77 56
Binary 10111110 101011 10001100 0 1001101 11010 11001 101000000 111111 101110

Color Harmonies of #BE2B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B8C

Black with #BE2B8C

Text Example


Text Example

White with #BE2B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B8C; }

 p { color: rgb(190,43,140); }

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

background-color css

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

 a { background-color: rgb(190,43,140); }

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

border-color css

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

 span { border-color: rgb(190,43,140); }

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