#BB27AA

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

Shades of Medium Red Violet #BB27AA

Tints of Medium Red Violet #BB27AA

Color information

#BB27AA (or 0xBB27AA) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and AA. RGB value is (187,39,170). Sum of RGB (Red+Green+Blue) = 187+39+170=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AA is #44D855. Grayscale: #616161. Windows color (decimal): -4511830 or 11151291. OLE color: 11151291.

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

Color convert

RGB18739170-
CMYK00.790.090.27
HSL306.89º65.49%44.31%-
HSV(B)306.89º79.14%73.33%-
XYZ28.4714.9239.41-
YUV98.19168.53191.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=47.22%
G=9.85%
B=42.93%

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
Decimal1873917000.790.090.27306.8965.4944.31
HexBB27AA04F91B133412c
Octal273472520117113346310154
Binary1011101110011110101010010011111001110111001100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27AA; }

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

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

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

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

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

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

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

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