#BB1A6D

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

Shades of Medium Violet Red #BB1A6D

Tints of Medium Violet Red #BB1A6D

Color information

#BB1A6D (or 0xBB1A6D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1A and 6D. RGB value is (187,26,109). Sum of RGB (Red+Green+Blue) = 187+26+109=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A6D is #44E592. Grayscale: #535353. Windows color (decimal): -4515219 or 7150267. OLE color: 7150267.

HSL color Cylindrical-coordinate representation of color #BB1A6D: hue angle of 329.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A6D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18726109-
CMYK00.860.420.27
HSL329.07º75.59%41.76%-
HSV(B)329.07º86.1%73.33%-
XYZ23.6212.4115.62-
YUV83.6142.34201.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 26 (10.55% from 255) = 8.07%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=58.07%
G=8.07%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872610900.860.420.27329.0775.5941.76
HexBB1A6D0562A1B1494c2a
Octal273321550126523351111452
Binary1011101111010110110101010110101010110111010010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A6D; }

 p { color: rgb(187,26,109); }

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

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

 a { background-color: rgb(187,26,109); }

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

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

 span { border-color: rgb(187,26,109); }

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