#BB1C8A

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

Shades of Medium Violet Red #BB1C8A

Tints of Medium Violet Red #BB1C8A

Color information

#BB1C8A (or 0xBB1C8A) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1C and 8A. RGB value is (187,28,138). Sum of RGB (Red+Green+Blue) = 187+28+138=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C8A is #44E375. Grayscale: #575757. Windows color (decimal): -4514678 or 9051323. OLE color: 9051323.

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

Color convert

RGB18728138-
CMYK00.850.260.27
HSL318.49º73.95%42.16%-
HSV(B)318.49º85.03%73.33%-
XYZ25.513.2325.25-
YUV88.08156.18198.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=52.97%
G=7.93%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872813800.850.260.27318.4973.9542.16
HexBB1C8A0551A1B13e4a2a
Octal273342120125323347611252
Binary1011101111100100010100101010111010110111001111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C8A; }

 p { color: rgb(187,28,138); }

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

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

 a { background-color: rgb(187,28,138); }

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

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

 span { border-color: rgb(187,28,138); }

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