Html Css Color HEX #BE2B93 Medium Red Violet

📋 copy color: '#BE2B93'

red 190 ◦ green 43 ◦ blue 147

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

Shades of Medium Red Violet #BE2B93

Tints of Medium Red Violet #BE2B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 50%
G = 11.32%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE2B93 (or 0xBE2B93) is known color: Medium Red Violet. HEX triplet: BE, 2B and 93. RGB value is (190,43,147). Sum of RGB (Red+Green+Blue) = 190+43+147=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2B93 is #41D46C. Grayscale: #626262. Windows color (decimal): -4314221 or 9644990. OLE color: 9644990.

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

Color convert

RGB 190 43 147 -
CMYK 0 0.77 0.23 0.25
HSL 317.55º 0.63% 0.46% -
HSV(B) 317.55º 0.77% 0.75% -
XYZ 27.37 14.78 29.01 -
YUV 98.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 190 43 147 0 0.77 0.23 0.25 317.55 0.63 0.46
Hex BE 2B 93 0 4D 17 19 13E 3F 2E
Octal 276 53 223 0 115 27 31 476 77 56
Binary 10111110 101011 10010011 0 1001101 10111 11001 100111110 111111 101110

Color Harmonies of #BE2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B93

Black with #BE2B93

Text Example


Text Example

White with #BE2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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