Html Css Color HEX #BE2B74 Medium Red Violet

📋 copy color: '#BE2B74'

red 190 ◦ green 43 ◦ blue 116

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

Shades of Medium Red Violet #BE2B74

Tints of Medium Red Violet #BE2B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

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

R = 54.44%
G = 12.32%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE2B74 (or 0xBE2B74) is known color: Medium Red Violet. HEX triplet: BE, 2B and 74. RGB value is (190,43,116). Sum of RGB (Red+Green+Blue) = 190+43+116=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B74 is #41D48B. Grayscale: #5F5F5F. Windows color (decimal): -4314252 or 7613374. OLE color: 7613374.

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

Color convert

RGB 190 43 116 -
CMYK 0 0.77 0.39 0.25
HSL 330.2º 0.63% 0.46% -
HSV(B) 330.2º 0.77% 0.75% -
XYZ 25.25 13.94 17.88 -
YUV 95.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 190 43 116 0 0.77 0.39 0.25 330.2 0.63 0.46
Hex BE 2B 74 0 4D 27 19 14A 3F 2E
Octal 276 53 164 0 115 47 31 512 77 56
Binary 10111110 101011 1110100 0 1001101 100111 11001 101001010 111111 101110

Color Harmonies of #BE2B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B74

Black with #BE2B74

Text Example


Text Example

White with #BE2B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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