Html Css Color HEX #BE2273 Medium Violet Red

📋 copy color: '#BE2273'

red 190 ◦ green 34 ◦ blue 115

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

Shades of Medium Violet Red #BE2273

Tints of Medium Violet Red #BE2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 56.05%
G = 10.03%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE2273 (or 0xBE2273) is known color: Medium Violet Red. HEX triplet: BE, 22 and 73. RGB value is (190,34,115). Sum of RGB (Red+Green+Blue) = 190+34+115=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2273 is #41DD8C. Grayscale: #595959. Windows color (decimal): -4316557 or 7545534. OLE color: 7545534.

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

Color convert

RGB 190 34 115 -
CMYK 0 0.82 0.39 0.25
HSL 328.85º 0.7% 0.44% -
HSV(B) 328.85º 0.82% 0.75% -
XYZ 24.9 13.33 17.48 -
YUV 89.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 190 34 115 0 0.82 0.39 0.25 328.85 0.7 0.44
Hex BE 22 73 0 52 27 19 149 46 2C
Octal 276 42 163 0 122 47 31 511 106 54
Binary 10111110 100010 1110011 0 1010010 100111 11001 101001001 1000110 101100

Color Harmonies of #BE2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2273

Black with #BE2273

Text Example


Text Example

White with #BE2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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