Html Css Color HEX #BE2D72 Medium Red Violet

📋 copy color: '#BE2D72'

red 190 ◦ green 45 ◦ blue 114

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

Shades of Medium Red Violet #BE2D72

Tints of Medium Red Violet #BE2D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 54.44%
G = 12.89%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE2D72 (or 0xBE2D72) is known color: Medium Red Violet. HEX triplet: BE, 2D and 72. RGB value is (190,45,114). Sum of RGB (Red+Green+Blue) = 190+45+114=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D72 is #41D28D. Grayscale: #606060. Windows color (decimal): -4313742 or 7482814. OLE color: 7482814.

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

Color convert

RGB 190 45 114 -
CMYK 0 0.76 0.40 0.25
HSL 331.45º 0.62% 0.46% -
HSV(B) 331.45º 0.76% 0.75% -
XYZ 25.21 14.04 17.3 -
YUV 96.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 190 45 114 0 0.76 0.40 0.25 331.45 0.62 0.46
Hex BE 2D 72 0 4C 28 19 14B 3E 2E
Octal 276 55 162 0 114 50 31 513 76 56
Binary 10111110 101101 1110010 0 1001100 101000 11001 101001011 111110 101110

Color Harmonies of #BE2D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D72

Black with #BE2D72

Text Example


Text Example

White with #BE2D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D72; }

 p { color: rgb(190,45,114); }

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

background-color css

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

 a { background-color: rgb(190,45,114); }

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

border-color css

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

 span { border-color: rgb(190,45,114); }

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