Html Css Color HEX #BE2B90 Medium Red Violet

📋 copy color: '#BE2B90'

red 190 ◦ green 43 ◦ blue 144

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

Shades of Medium Red Violet #BE2B90

Tints of Medium Red Violet #BE2B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 50.4%
G = 11.41%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE2B90 (or 0xBE2B90) is known color: Medium Red Violet. HEX triplet: BE, 2B and 90. RGB value is (190,43,144). Sum of RGB (Red+Green+Blue) = 190+43+144=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B90 is #41D46F. Grayscale: #626262. Windows color (decimal): -4314224 or 9448382. OLE color: 9448382.

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

Color convert

RGB 190 43 144 -
CMYK 0 0.77 0.24 0.25
HSL 318.78º 0.63% 0.46% -
HSV(B) 318.78º 0.77% 0.75% -
XYZ 27.13 14.69 27.79 -
YUV 98.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 190 43 144 0 0.77 0.24 0.25 318.78 0.63 0.46
Hex BE 2B 90 0 4D 18 19 13F 3F 2E
Octal 276 53 220 0 115 30 31 477 77 56
Binary 10111110 101011 10010000 0 1001101 11000 11001 100111111 111111 101110

Color Harmonies of #BE2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B90

Black with #BE2B90

Text Example


Text Example

White with #BE2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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