Html Css Color HEX #BE2770 Medium Red Violet

📋 copy color: '#BE2770'

red 190 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #BE2770

Tints of Medium Red Violet #BE2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 55.72%
G = 11.44%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2770 (or 0xBE2770) is known color: Medium Red Violet. HEX triplet: BE, 27 and 70. RGB value is (190,39,112). Sum of RGB (Red+Green+Blue) = 190+39+112=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2770 is #41D88F. Grayscale: #5C5C5C. Windows color (decimal): -4315280 or 7350206. OLE color: 7350206.

HSL color Cylindrical-coordinate representation of color #BE2770: hue angle of 330.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2770 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 112 -
CMYK 0 0.79 0.41 0.25
HSL 330.99º 0.66% 0.45% -
HSV(B) 330.99º 0.79% 0.75% -
XYZ 24.89 13.57 16.64 -
YUV 92.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 190 39 112 0 0.79 0.41 0.25 330.99 0.66 0.45
Hex BE 27 70 0 4F 29 19 14B 42 2D
Octal 276 47 160 0 117 51 31 513 102 55
Binary 10111110 100111 1110000 0 1001111 101001 11001 101001011 1000010 101101

Color Harmonies of #BE2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2770

Black with #BE2770

Text Example


Text Example

White with #BE2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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