Html Css Color HEX #BB1AAA Medium Violet Red

📋 copy color: '#BB1AAA'

red 187 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #BB1AAA

Tints of Medium Violet Red #BB1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

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

R = 48.83%
G = 6.79%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB1AAA (or 0xBB1AAA) is known color: Medium Violet Red. HEX triplet: BB, 1A and AA. RGB value is (187,26,170). Sum of RGB (Red+Green+Blue) = 187+26+170=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AAA is #44E555. Grayscale: #5A5A5A. Windows color (decimal): -4515158 or 11147963. OLE color: 11147963.

HSL color Cylindrical-coordinate representation of color #BB1AAA: hue angle of 306.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AAA is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 170 -
CMYK 0 0.86 0.09 0.27
HSL 306.34º 0.76% 0.42% -
HSV(B) 306.34º 0.86% 0.73% -
XYZ 28.12 14.21 39.29 -
YUV 90.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 187 26 170 0 0.86 0.09 0.27 306.34 0.76 0.42
Hex BB 1A AA 0 56 9 1B 132 4C 2A
Octal 273 32 252 0 126 11 33 462 114 52
Binary 10111011 11010 10101010 0 1010110 1001 11011 100110010 1001100 101010

Color Harmonies of #BB1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AAA

Black with #BB1AAA

Text Example


Text Example

White with #BB1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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