#bb29a4

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

Shades of Medium Red Violet #BB29A4

Tints of Medium Red Violet #BB29A4

Color information

#BB29A4 (or 0xBB29A4) is unknown color: approx Medium Red Violet. HEX triplet: BB, 29 and A4. RGB value is (187,41,164). Sum of RGB (Red+Green+Blue) = 187+41+164=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29A4 is #44D65B. Grayscale: #626262. Windows color (decimal): -4511324 or 10758587. OLE color: 10758587.

HSL color Cylindrical-coordinate representation of color #BB29A4: hue angle of 309.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB29A4 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18741164-
CMYK00.780.120.27
HSL309.45º64.04%44.71%-
HSV(B)309.45º78.07%73.33%-
XYZ27.9914.8336.51-
YUV98.68164.87191-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=47.70%
G=10.46%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874116400.780.120.27309.4564.0444.71
HexBB29A404EC1B135402d
Octal273512440116143346510055
Binary1011101110100110100100010011101100110111001101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb29a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb29a4; }

 p { color: rgb(187,41,164); }

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

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

 a { background-color: rgb(187,41,164); }

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

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

 span { border-color: rgb(187,41,164); }

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