Html Css Color HEX #BE2474 Medium Red Violet

📋 copy color: '#BE2474'

red 190 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #BE2474

Tints of Medium Red Violet #BE2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 55.56%
G = 10.53%
B = 33.92%

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

#BE2474 (or 0xBE2474) is known color: Medium Red Violet. HEX triplet: BE, 24 and 74. RGB value is (190,36,116). Sum of RGB (Red+Green+Blue) = 190+36+116=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2474 is #41DB8B. Grayscale: #5B5B5B. Windows color (decimal): -4316044 or 7611582. OLE color: 7611582.

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

Color convert

RGB 190 36 116 -
CMYK 0 0.81 0.39 0.25
HSL 328.83º 0.68% 0.44% -
HSV(B) 328.83º 0.81% 0.75% -
XYZ 25.02 13.47 17.8 -
YUV 91.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 190 36 116 0 0.81 0.39 0.25 328.83 0.68 0.44
Hex BE 24 74 0 51 27 19 149 44 2C
Octal 276 44 164 0 121 47 31 511 104 54
Binary 10111110 100100 1110100 0 1010001 100111 11001 101001001 1000100 101100

Color Harmonies of #BE2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2474

Black with #BE2474

Text Example


Text Example

White with #BE2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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