Html Css Color HEX #BE2D9B Medium Red Violet

📋 copy color: '#BE2D9B'

red 190 ◦ green 45 ◦ blue 155

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

Shades of Medium Red Violet #BE2D9B

Tints of Medium Red Violet #BE2D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 48.72%
G = 11.54%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE2D9B (or 0xBE2D9B) is known color: Medium Red Violet. HEX triplet: BE, 2D and 9B. RGB value is (190,45,155). Sum of RGB (Red+Green+Blue) = 190+45+155=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D9B is #41D264. Grayscale: #646464. Windows color (decimal): -4313701 or 10169790. OLE color: 10169790.

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

Color convert

RGB 190 45 155 -
CMYK 0 0.76 0.18 0.25
HSL 314.48º 0.62% 0.46% -
HSV(B) 314.48º 0.76% 0.75% -
XYZ 28.09 15.19 32.46 -
YUV 100.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 190 45 155 0 0.76 0.18 0.25 314.48 0.62 0.46
Hex BE 2D 9B 0 4C 12 19 13A 3E 2E
Octal 276 55 233 0 114 22 31 472 76 56
Binary 10111110 101101 10011011 0 1001100 10010 11001 100111010 111110 101110

Color Harmonies of #BE2D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D9B

Black with #BE2D9B

Text Example


Text Example

White with #BE2D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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