Html Css Color HEX #BE2B9E Medium Red Violet

📋 copy color: '#BE2B9E'

red 190 ◦ green 43 ◦ blue 158

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

Shades of Medium Red Violet #BE2B9E

Tints of Medium Red Violet #BE2B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 48.59%
G = 11%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE2B9E (or 0xBE2B9E) is known color: Medium Red Violet. HEX triplet: BE, 2B and 9E. RGB value is (190,43,158). Sum of RGB (Red+Green+Blue) = 190+43+158=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B9E is #41D461. Grayscale: #636363. Windows color (decimal): -4314210 or 10365886. OLE color: 10365886.

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

Color convert

RGB 190 43 158 -
CMYK 0 0.77 0.17 0.25
HSL 313.06º 0.63% 0.46% -
HSV(B) 313.06º 0.77% 0.75% -
XYZ 28.27 15.14 33.78 -
YUV 100.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 190 43 158 0 0.77 0.17 0.25 313.06 0.63 0.46
Hex BE 2B 9E 0 4D 11 19 139 3F 2E
Octal 276 53 236 0 115 21 31 471 77 56
Binary 10111110 101011 10011110 0 1001101 10001 11001 100111001 111111 101110

Color Harmonies of #BE2B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B9E

Black with #BE2B9E

Text Example


Text Example

White with #BE2B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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