#BB3088

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

Shades of Medium Red Violet #BB3088

Tints of Medium Red Violet #BB3088

Color information

#BB3088 (or 0xBB3088) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 88. RGB value is (187,48,136). Sum of RGB (Red+Green+Blue) = 187+48+136=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3088 is #44CF77. Grayscale: #636363. Windows color (decimal): -4509560 or 8925371. OLE color: 8925371.

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

Color convert

RGB18748136-
CMYK00.740.270.27
HSL322.01º59.15%46.08%-
HSV(B)322.01º74.33%73.33%-
XYZ25.9914.4624.71-
YUV99.59148.55190.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=50.40%
G=12.94%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874813600.740.270.27322.0159.1546.08
HexBB308804A1B1B1423b2e
Octal27360210011233335027356
Binary1011101111000010001000010010101101111011101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3088; }

 p { color: rgb(187,48,136); }

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

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

 a { background-color: rgb(187,48,136); }

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

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

 span { border-color: rgb(187,48,136); }

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