Html Css Color HEX #BE2473 Medium Red Violet

📋 copy color: '#BE2473'

red 190 ◦ green 36 ◦ blue 115

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

Shades of Medium Red Violet #BE2473

Tints of Medium Red Violet #BE2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 55.72%
G = 10.56%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE2473 (or 0xBE2473) is known color: Medium Red Violet. HEX triplet: BE, 24 and 73. RGB value is (190,36,115). Sum of RGB (Red+Green+Blue) = 190+36+115=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2473 is #41DB8C. Grayscale: #5A5A5A. Windows color (decimal): -4316045 or 7546046. OLE color: 7546046.

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

Color convert

RGB 190 36 115 -
CMYK 0 0.81 0.39 0.25
HSL 329.22º 0.68% 0.44% -
HSV(B) 329.22º 0.81% 0.75% -
XYZ 24.96 13.45 17.5 -
YUV 91.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 190 36 115 0 0.81 0.39 0.25 329.22 0.68 0.44
Hex BE 24 73 0 51 27 19 149 44 2C
Octal 276 44 163 0 121 47 31 511 104 54
Binary 10111110 100100 1110011 0 1010001 100111 11001 101001001 1000100 101100

Color Harmonies of #BE2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2473

Black with #BE2473

Text Example


Text Example

White with #BE2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2473; }

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

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

background-color css

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

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

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

border-color css

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

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

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