#BB10A4

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

Shades of Medium Violet Red #BB10A4

Tints of Medium Violet Red #BB10A4

Color information

#BB10A4 (or 0xBB10A4) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and A4. RGB value is (187,16,164). Sum of RGB (Red+Green+Blue) = 187+16+164=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10A4 is #44EF5B. Grayscale: #535353. Windows color (decimal): -4517724 or 10752187. OLE color: 10752187.

HSL color Cylindrical-coordinate representation of color #BB10A4: hue angle of 308.07º 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 #BB10A4 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18716164-
CMYK00.910.120.27
HSL308.07º84.24%39.8%-
HSV(B)308.07º91.44%73.33%-
XYZ27.3813.6236.31-
YUV84173.15201.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=50.95%
G=4.36%
B=44.69%

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
Decimal1871616400.910.120.27308.0784.2439.8
HexBB10A405BC1B1345428
Octal273202440133143346412450
Binary101110111000010100100010110111100110111001101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB10A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB10A4; }

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

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

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

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

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

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

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

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