#BB008D

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

Shades of Medium Violet Red #BB008D

Tints of Medium Violet Red #BB008D

Color information

#BB008D (or 0xBB008D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 8D. RGB value is (187,0,141). Sum of RGB (Red+Green+Blue) = 187+0+141=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008D is #44FF72. Grayscale: #474747. Windows color (decimal): -4521843 or 9240763. OLE color: 9240763.

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

Color convert

RGB1870141-
CMYK010.250.27
HSL314.76º100%36.67%-
HSV(B)314.76º100%73.33%-
XYZ25.312.4926.28-
YUV71.99166.95210.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=57.01%
G=0%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870141010.250.27314.7610036.67
HexBB08D064191B13b6425
Octal27302150144313347314445
Binary101110110100011010110010011001110111001110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB008D; }

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

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

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

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

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

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

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

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