Html Css Color HEX #BE2BAC Medium Red Violet

📋 copy color: '#BE2BAC'

red 190 ◦ green 43 ◦ blue 172

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

Shades of Medium Red Violet #BE2BAC

Tints of Medium Red Violet #BE2BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 46.91%
G = 10.62%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE2BAC (or 0xBE2BAC) is known color: Medium Red Violet. HEX triplet: BE, 2B and AC. RGB value is (190,43,172). Sum of RGB (Red+Green+Blue) = 190+43+172=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BAC is #41D453. Grayscale: #656565. Windows color (decimal): -4314196 or 11283390. OLE color: 11283390.

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

Color convert

RGB 190 43 172 -
CMYK 0 0.77 0.09 0.25
HSL 307.35º 0.63% 0.46% -
HSV(B) 307.35º 0.77% 0.75% -
XYZ 29.55 15.65 40.49 -
YUV 101.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 190 43 172 0 0.77 0.09 0.25 307.35 0.63 0.46
Hex BE 2B AC 0 4D 9 19 133 3F 2E
Octal 276 53 254 0 115 11 31 463 77 56
Binary 10111110 101011 10101100 0 1001101 1001 11001 100110011 111111 101110

Color Harmonies of #BE2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BAC

Black with #BE2BAC

Text Example


Text Example

White with #BE2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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