#BB1280

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

Shades of Medium Violet Red #BB1280

Tints of Medium Violet Red #BB1280

Color information

#BB1280 (or 0xBB1280) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 80. RGB value is (187,18,128). Sum of RGB (Red+Green+Blue) = 187+18+128=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1280 is #44ED7F. Grayscale: #505050. Windows color (decimal): -4517248 or 8393403. OLE color: 8393403.

HSL color Cylindrical-coordinate representation of color #BB1280: hue angle of 320.95º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1280 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18718128-
CMYK00.900.320.27
HSL320.95º82.44%40.2%-
HSV(B)320.95º90.37%73.33%-
XYZ24.6112.5621.55-
YUV81.07154.49203.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=56.16%
G=5.41%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871812800.900.320.27320.9582.4440.2
HexBB128005A201B1415228
Octal273222000132403350112250
Binary10111011100101000000001011010100000110111010000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1280; }

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

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

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

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

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

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

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

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