#BB10A5

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

Shades of Medium Violet Red #BB10A5

Tints of Medium Violet Red #BB10A5

Color information

#BB10A5 (or 0xBB10A5) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and A5. RGB value is (187,16,165). Sum of RGB (Red+Green+Blue) = 187+16+165=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10A5 is #44EF5A. Grayscale: #535353. Windows color (decimal): -4517723 or 10817723. OLE color: 10817723.

HSL color Cylindrical-coordinate representation of color #BB10A5: hue angle of 307.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10A5 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18716165-
CMYK00.910.120.27
HSL307.72º84.24%39.8%-
HSV(B)307.72º91.44%73.33%-
XYZ27.4713.6536.78-
YUV84.12173.65201.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=50.82%
G=4.35%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871616500.910.120.27307.7284.2439.8
HexBB10A505BC1B1345428
Octal273202450133143346412450
Binary101110111000010100101010110111100110111001101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB10A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB10A5; }

 p { color: rgb(187,16,165); }

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

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

 a { background-color: rgb(187,16,165); }

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

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

 span { border-color: rgb(187,16,165); }

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