#BB4180

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

Shades of Medium Red Violet #BB4180

Tints of Medium Red Violet #BB4180

Color information

#BB4180 (or 0xBB4180) is unknown color: approx Medium Red Violet. HEX triplet: BB, 41 and 80. RGB value is (187,65,128). Sum of RGB (Red+Green+Blue) = 187+65+128=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4180 is #44BE7F. Grayscale: #6C6C6C. Windows color (decimal): -4505216 or 8405435. OLE color: 8405435.

HSL color Cylindrical-coordinate representation of color #BB4180: hue angle of 329.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4180 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18765128-
CMYK00.650.320.27
HSL329.02º48.41%49.41%-
HSV(B)329.02º65.24%73.33%-
XYZ26.2815.922.11-
YUV108.66138.92183.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=49.21%
G=17.11%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876512800.650.320.27329.0248.4149.41
HexBB4180041201B1493031
Octal273101200010140335116061
Binary101110111000001100000000100000110000011011101001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4180; }

 p { color: rgb(187,65,128); }

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

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

 a { background-color: rgb(187,65,128); }

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

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

 span { border-color: rgb(187,65,128); }

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