#BB27A8

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

Shades of Medium Red Violet #BB27A8

Tints of Medium Red Violet #BB27A8

Color information

#BB27A8 (or 0xBB27A8) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and A8. RGB value is (187,39,168). Sum of RGB (Red+Green+Blue) = 187+39+168=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27A8 is #44D857. Grayscale: #616161. Windows color (decimal): -4511832 or 11020219. OLE color: 11020219.

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

Color convert

RGB18739168-
CMYK00.790.100.27
HSL307.7º65.49%44.31%-
HSV(B)307.7º79.14%73.33%-
XYZ28.2914.8438.42-
YUV97.96167.53191.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 39 (15.62% from 255) = 9.90%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=47.46%
G=9.90%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873916800.790.100.27307.765.4944.31
HexBB27A804FA1B134412c
Octal273472500117123346410154
Binary1011101110011110101000010011111010110111001101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27A8; }

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

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

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

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

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

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

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

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