#BB218D

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

Shades of Medium Violet Red #BB218D

Tints of Medium Violet Red #BB218D

Color information

#BB218D (or 0xBB218D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 21 and 8D. RGB value is (187,33,141). Sum of RGB (Red+Green+Blue) = 187+33+141=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB218D is #44DE72. Grayscale: #5B5B5B. Windows color (decimal): -4513395 or 9249211. OLE color: 9249211.

HSL color Cylindrical-coordinate representation of color #BB218D: hue angle of 317.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB218D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18733141-
CMYK00.820.250.27
HSL317.92º70%43.14%-
HSV(B)317.92º82.35%73.33%-
XYZ25.8513.5826.46-
YUV91.36156.02196.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 33 (13.28% from 255) = 9.14%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=51.80%
G=9.14%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873314100.820.250.27317.927043.14
HexBB218D052191B13e462b
Octal273412150122313347610653
Binary10111011100001100011010101001011001110111001111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB218D; }

 p { color: rgb(187,33,141); }

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

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

 a { background-color: rgb(187,33,141); }

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

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

 span { border-color: rgb(187,33,141); }

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