#BB146E

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

Shades of Medium Violet Red #BB146E

Tints of Medium Violet Red #BB146E

Color information

#BB146E (or 0xBB146E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 14 and 6E. RGB value is (187,20,110). Sum of RGB (Red+Green+Blue) = 187+20+110=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB146E is #44EB91. Grayscale: #505050. Windows color (decimal): -4516754 or 7214267. OLE color: 7214267.

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

Color convert

RGB18720110-
CMYK00.890.410.27
HSL327.66º80.68%40.59%-
HSV(B)327.66º89.3%73.33%-
XYZ23.5612.1915.86-
YUV80.19144.83204.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=58.99%
G=6.31%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872011000.890.410.27327.6680.6840.59
HexBB146E059291B1485129
Octal273241560131513351012151
Binary1011101110100110111001011001101001110111010010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB146E; }

 p { color: rgb(187,20,110); }

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

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

 a { background-color: rgb(187,20,110); }

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

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

 span { border-color: rgb(187,20,110); }

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