#BB18A7

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

Shades of Medium Violet Red #BB18A7

Tints of Medium Violet Red #BB18A7

Color information

#BB18A7 (or 0xBB18A7) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and A7. RGB value is (187,24,167). Sum of RGB (Red+Green+Blue) = 187+24+167=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18A7 is #44E758. Grayscale: #585858. Windows color (decimal): -4515673 or 10950843. OLE color: 10950843.

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

Color convert

RGB18724167-
CMYK00.870.110.27
HSL307.36º77.25%41.37%-
HSV(B)307.36º87.17%73.33%-
XYZ27.814.0137.8-
YUV89.04172197.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=49.47%
G=6.35%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872416700.870.110.27307.3677.2541.37
HexBB18A7057B1B1334d29
Octal273302470127133346311551
Binary101110111100010100111010101111011110111001100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB18A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB18A7; }

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

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

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

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

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

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

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

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