Html Css Color HEX #BB29AC Medium Red Violet

📋 copy color: '#BB29AC'

red 187 ◦ green 41 ◦ blue 172

#BB29AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BB29AC

Tints of Medium Red Violet #BB29AC

RGB

 RED value IS 187 (73.44% from 255) = 46.75%

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 172 (67.58% from 255) = 43%

R = 46.75%
G = 10.25%
B = 43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB29AC (or 0xBB29AC) is known color: Medium Red Violet. HEX triplet: BB, 29 and AC. RGB value is (187,41,172). Sum of RGB (Red+Green+Blue) = 187+41+172=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AC is #44D653. Grayscale: #636363. Windows color (decimal): -4511316 or 11282875. OLE color: 11282875.

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

Color convert

RGB 187 41 172 -
CMYK 0 0.78 0.08 0.27
HSL 306.16º 0.64% 0.45% -
HSV(B) 306.16º 0.78% 0.73% -
XYZ 28.73 15.13 40.44 -
YUV 99.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 187 41 172 0 0.78 0.08 0.27 306.16 0.64 0.45
Hex BB 29 AC 0 4E 8 1B 132 40 2D
Octal 273 51 254 0 116 10 33 462 100 55
Binary 10111011 101001 10101100 0 1001110 1000 11011 100110010 1000000 101101

Color Harmonies of #BB29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29AC

Black with #BB29AC

Text Example


Text Example

White with #BB29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29AC; }

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

 H1.HeaderClassName
 {
   color: #BB29AC;
 }
 .AnyTagClassName
 {
   color: #BB29AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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