Html Css Color HEX #BE2B8D Medium Red Violet

📋 copy color: '#BE2B8D'

red 190 ◦ green 43 ◦ blue 141

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

Shades of Medium Red Violet #BE2B8D

Tints of Medium Red Violet #BE2B8D

RGB

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

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

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

R = 50.8%
G = 11.5%
B = 37.7%

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

#BE2B8D (or 0xBE2B8D) is known color: Medium Red Violet. HEX triplet: BE, 2B and 8D. RGB value is (190,43,141). Sum of RGB (Red+Green+Blue) = 190+43+141=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B8D is #41D472. Grayscale: #616161. Windows color (decimal): -4314227 or 9251774. OLE color: 9251774.

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

Color convert

RGB 190 43 141 -
CMYK 0 0.77 0.26 0.25
HSL 320º 0.63% 0.46% -
HSV(B) 320º 0.77% 0.75% -
XYZ 26.91 14.6 26.6 -
YUV 98.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 190 43 141 0 0.77 0.26 0.25 320 0.63 0.46
Hex BE 2B 8D 0 4D 1A 19 140 3F 2E
Octal 276 53 215 0 115 32 31 500 77 56
Binary 10111110 101011 10001101 0 1001101 11010 11001 101000000 111111 101110

Color Harmonies of #BE2B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B8D

Black with #BE2B8D

Text Example


Text Example

White with #BE2B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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