Html Css Color HEX #BB29AA Medium Red Violet

📋 copy color: '#BB29AA'

red 187 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #BB29AA

Tints of Medium Red Violet #BB29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 46.98%
G = 10.3%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB29AA (or 0xBB29AA) is known color: Medium Red Violet. HEX triplet: BB, 29 and AA. RGB value is (187,41,170). Sum of RGB (Red+Green+Blue) = 187+41+170=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AA is #44D655. Grayscale: #626262. Windows color (decimal): -4511318 or 11151803. OLE color: 11151803.

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

Color convert

RGB 187 41 170 -
CMYK 0 0.78 0.09 0.27
HSL 306.99º 0.64% 0.45% -
HSV(B) 306.99º 0.78% 0.73% -
XYZ 28.54 15.05 39.43 -
YUV 99.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 187 41 170 0 0.78 0.09 0.27 306.99 0.64 0.45
Hex BB 29 AA 0 4E 9 1B 133 40 2D
Octal 273 51 252 0 116 11 33 463 100 55
Binary 10111011 101001 10101010 0 1001110 1001 11011 100110011 1000000 101101

Color Harmonies of #BB29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29AA

Black with #BB29AA

Text Example


Text Example

White with #BB29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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