#BB27AB

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

Shades of Medium Red Violet #BB27AB

Tints of Medium Red Violet #BB27AB

Color information

#BB27AB (or 0xBB27AB) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and AB. RGB value is (187,39,171). Sum of RGB (Red+Green+Blue) = 187+39+171=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AB is #44D854. Grayscale: #616161. Windows color (decimal): -4511829 or 11216827. OLE color: 11216827.

HSL color Cylindrical-coordinate representation of color #BB27AB: hue angle of 306.49º 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 #BB27AB is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18739171-
CMYK00.790.090.27
HSL306.49º65.49%44.31%-
HSV(B)306.49º79.14%73.33%-
XYZ28.5714.9639.91-
YUV98.3169.03191.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=47.10%
G=9.82%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873917100.790.090.27306.4965.4944.31
HexBB27AB04F91B132412c
Octal273472530117113346210154
Binary1011101110011110101011010011111001110111001100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27AB; }

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

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

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

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

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

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

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

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