#BB27AC

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

Shades of Medium Red Violet #BB27AC

Tints of Medium Red Violet #BB27AC

Color information

#BB27AC (or 0xBB27AC) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and AC. RGB value is (187,39,172). Sum of RGB (Red+Green+Blue) = 187+39+172=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AC is #44D853. Grayscale: #626262. Windows color (decimal): -4511828 or 11282363. OLE color: 11282363.

HSL color Cylindrical-coordinate representation of color #BB27AC: hue angle of 306.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB27AC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18739172-
CMYK00.790.080.27
HSL306.08º65.49%44.31%-
HSV(B)306.08º79.14%73.33%-
XYZ28.6714.9940.41-
YUV98.41169.53191.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 39 (15.62% from 255) = 9.80%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=46.98%
G=9.80%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873917200.790.080.27306.0865.4944.31
HexBB27AC04F81B132412c
Octal273472540117103346210154
Binary1011101110011110101100010011111000110111001100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27AC; }

 p { color: rgb(187,39,172); }

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

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

 a { background-color: rgb(187,39,172); }

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

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

 span { border-color: rgb(187,39,172); }

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