#BB2E74

Color #BB2E74 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BB2E74

Tints of Medium Red Violet #BB2E74

Color information

#BB2E74 (or 0xBB2E74) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2E and 74. RGB value is (187,46,116). Sum of RGB (Red+Green+Blue) = 187+46+116=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E74 is #44D18B. Grayscale: #606060. Windows color (decimal): -4510092 or 7614139. OLE color: 7614139.

HSL color Cylindrical-coordinate representation of color #BB2E74: hue angle of 330.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E74 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18746116-
CMYK00.750.380.27
HSL330.21º60.52%45.69%-
HSV(B)330.21º75.4%73.33%-
XYZ24.6213.7817.88-
YUV96.14139.21192.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=53.58%
G=13.18%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874611600.750.380.27330.2160.5245.69
HexBB2E7404B261B14a3d2e
Octal27356164011346335127556
Binary1011101110111011101000100101110011011011101001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E74; }

 p { color: rgb(187,46,116); }

 H1.HeaderClassName
 {
   color: #BB2E74;
 }
 .AnyTagClassName
 {
   color: #BB2E74;
 }
</style>
background-color css

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

 a { background-color: rgb(187,46,116); }

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

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

 span { border-color: rgb(187,46,116); }

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