Html Css Color HEX #BE2872 Medium Red Violet

📋 copy color: '#BE2872'

red 190 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #BE2872

Tints of Medium Red Violet #BE2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 55.23%
G = 11.63%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE2872 (or 0xBE2872) is known color: Medium Red Violet. HEX triplet: BE, 28 and 72. RGB value is (190,40,114). Sum of RGB (Red+Green+Blue) = 190+40+114=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2872 is #41D78D. Grayscale: #5D5D5D. Windows color (decimal): -4315022 or 7481534. OLE color: 7481534.

HSL color Cylindrical-coordinate representation of color #BE2872: hue angle of 330.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2872 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 114 -
CMYK 0 0.79 0.40 0.25
HSL 330.4º 0.65% 0.45% -
HSV(B) 330.4º 0.79% 0.75% -
XYZ 25.03 13.68 17.24 -
YUV 93.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 190 40 114 0 0.79 0.40 0.25 330.4 0.65 0.45
Hex BE 28 72 0 4F 28 19 14A 41 2D
Octal 276 50 162 0 117 50 31 512 101 55
Binary 10111110 101000 1110010 0 1001111 101000 11001 101001010 1000001 101101

Color Harmonies of #BE2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2872

Black with #BE2872

Text Example


Text Example

White with #BE2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2872; }

 p { color: rgb(190,40,114); }

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

background-color css

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

 a { background-color: rgb(190,40,114); }

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

border-color css

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

 span { border-color: rgb(190,40,114); }

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