Html Css Color HEX #BE2B7C Medium Red Violet

📋 copy color: '#BE2B7C'

red 190 ◦ green 43 ◦ blue 124

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

Shades of Medium Red Violet #BE2B7C

Tints of Medium Red Violet #BE2B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 53.22%
G = 12.04%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE2B7C (or 0xBE2B7C) is known color: Medium Red Violet. HEX triplet: BE, 2B and 7C. RGB value is (190,43,124). Sum of RGB (Red+Green+Blue) = 190+43+124=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B7C is #41D483. Grayscale: #606060. Windows color (decimal): -4314244 or 8137662. OLE color: 8137662.

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

Color convert

RGB 190 43 124 -
CMYK 0 0.77 0.35 0.25
HSL 326.94º 0.63% 0.46% -
HSV(B) 326.94º 0.77% 0.75% -
XYZ 25.74 14.13 20.44 -
YUV 96.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 190 43 124 0 0.77 0.35 0.25 326.94 0.63 0.46
Hex BE 2B 7C 0 4D 23 19 147 3F 2E
Octal 276 53 174 0 115 43 31 507 77 56
Binary 10111110 101011 1111100 0 1001101 100011 11001 101000111 111111 101110

Color Harmonies of #BE2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B7C

Black with #BE2B7C

Text Example


Text Example

White with #BE2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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