#BB088D

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

Shades of Medium Violet Red #BB088D

Tints of Medium Violet Red #BB088D

Color information

#BB088D (or 0xBB088D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 08 and 8D. RGB value is (187,8,141). Sum of RGB (Red+Green+Blue) = 187+8+141=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB088D is #44F772. Grayscale: #4C4C4C. Windows color (decimal): -4519795 or 9242811. OLE color: 9242811.

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

Color convert

RGB1878141-
CMYK00.960.250.27
HSL315.42º91.79%38.24%-
HSV(B)315.42º95.72%73.33%-
XYZ25.3912.6626.31-
YUV76.68164.3206.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 8 (3.52% from 255) = 2.38%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=55.65%
G=2.38%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187814100.960.250.27315.4291.7938.24
HexBB88D060191B13b5c26
Octal273102150140313347313446
Binary101110111000100011010110000011001110111001110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB088D; }

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

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

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

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

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

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

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

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