#BB18A8

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

Shades of Medium Violet Red #BB18A8

Tints of Medium Violet Red #BB18A8

Color information

#BB18A8 (or 0xBB18A8) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and A8. RGB value is (187,24,168). Sum of RGB (Red+Green+Blue) = 187+24+168=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18A8 is #44E757. Grayscale: #585858. Windows color (decimal): -4515672 or 11016379. OLE color: 11016379.

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

Color convert

RGB18724168-
CMYK00.870.100.27
HSL306.99º77.25%41.37%-
HSV(B)306.99º87.17%73.33%-
XYZ27.8914.0538.29-
YUV89.15172.5197.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 168 (66.02% from 255) = 44.33%
R=49.34%
G=6.33%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872416800.870.100.27306.9977.2541.37
HexBB18A8057A1B1334d29
Octal273302500127123346311551
Binary101110111100010101000010101111010110111001100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB18A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB18A8; }

 p { color: rgb(187,24,168); }

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

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

 a { background-color: rgb(187,24,168); }

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

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

 span { border-color: rgb(187,24,168); }

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