Html Css Color HEX #BE2B70 Medium Red Violet

📋 copy color: '#BE2B70'

red 190 ◦ green 43 ◦ blue 112

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

Shades of Medium Red Violet #BE2B70

Tints of Medium Red Violet #BE2B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 55.07%
G = 12.46%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2B70 (or 0xBE2B70) is known color: Medium Red Violet. HEX triplet: BE, 2B and 70. RGB value is (190,43,112). Sum of RGB (Red+Green+Blue) = 190+43+112=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B70 is #41D48F. Grayscale: #5E5E5E. Windows color (decimal): -4314256 or 7351230. OLE color: 7351230.

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

Color convert

RGB 190 43 112 -
CMYK 0 0.77 0.41 0.25
HSL 331.84º 0.63% 0.46% -
HSV(B) 331.84º 0.77% 0.75% -
XYZ 25.02 13.84 16.68 -
YUV 94.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 190 43 112 0 0.77 0.41 0.25 331.84 0.63 0.46
Hex BE 2B 70 0 4D 29 19 14C 3F 2E
Octal 276 53 160 0 115 51 31 514 77 56
Binary 10111110 101011 1110000 0 1001101 101001 11001 101001100 111111 101110

Color Harmonies of #BE2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B70

Black with #BE2B70

Text Example


Text Example

White with #BE2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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