Html Css Color HEX #BB1AA2 Medium Violet Red

📋 copy color: '#BB1AA2'

red 187 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #BB1AA2

Tints of Medium Violet Red #BB1AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 49.87%
G = 6.93%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB1AA2 (or 0xBB1AA2) is known color: Medium Violet Red. HEX triplet: BB, 1A and A2. RGB value is (187,26,162). Sum of RGB (Red+Green+Blue) = 187+26+162=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AA2 is #44E55D. Grayscale: #595959. Windows color (decimal): -4515166 or 10623675. OLE color: 10623675.

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

Color convert

RGB 187 26 162 -
CMYK 0 0.86 0.13 0.27
HSL 309.32º 0.76% 0.42% -
HSV(B) 309.32º 0.86% 0.73% -
XYZ 27.38 13.91 35.42 -
YUV 89.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 187 26 162 0 0.86 0.13 0.27 309.32 0.76 0.42
Hex BB 1A A2 0 56 D 1B 135 4C 2A
Octal 273 32 242 0 126 15 33 465 114 52
Binary 10111011 11010 10100010 0 1010110 1101 11011 100110101 1001100 101010

Color Harmonies of #BB1AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AA2

Black with #BB1AA2

Text Example


Text Example

White with #BB1AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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