Html Css Color HEX #BE2272 Medium Violet Red

📋 copy color: '#BE2272'

red 190 ◦ green 34 ◦ blue 114

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

Shades of Medium Violet Red #BE2272

Tints of Medium Violet Red #BE2272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

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

R = 56.21%
G = 10.06%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE2272 (or 0xBE2272) is known color: Medium Violet Red. HEX triplet: BE, 22 and 72. RGB value is (190,34,114). Sum of RGB (Red+Green+Blue) = 190+34+114=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2272 is #41DD8D. Grayscale: #595959. Windows color (decimal): -4316558 or 7479998. OLE color: 7479998.

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

Color convert

RGB 190 34 114 -
CMYK 0 0.82 0.40 0.25
HSL 329.23º 0.7% 0.44% -
HSV(B) 329.23º 0.82% 0.75% -
XYZ 24.84 13.31 17.18 -
YUV 89.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 190 34 114 0 0.82 0.40 0.25 329.23 0.7 0.44
Hex BE 22 72 0 52 28 19 149 46 2C
Octal 276 42 162 0 122 50 31 511 106 54
Binary 10111110 100010 1110010 0 1010010 101000 11001 101001001 1000110 101100

Color Harmonies of #BE2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2272

Black with #BE2272

Text Example


Text Example

White with #BE2272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2272; }

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

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

background-color css

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

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

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

border-color css

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

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

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