Html Css Color HEX #BB1BA1 Medium Violet Red

📋 copy color: '#BB1BA1'

red 187 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #BB1BA1

Tints of Medium Violet Red #BB1BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 49.87%
G = 7.2%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB1BA1 (or 0xBB1BA1) is known color: Medium Violet Red. HEX triplet: BB, 1B and A1. RGB value is (187,27,161). Sum of RGB (Red+Green+Blue) = 187+27+161=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BA1 is #44E45E. Grayscale: #595959. Windows color (decimal): -4514911 or 10558395. OLE color: 10558395.

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

Color convert

RGB 187 27 161 -
CMYK 0 0.86 0.14 0.27
HSL 309.75º 0.75% 0.42% -
HSV(B) 309.75º 0.86% 0.73% -
XYZ 27.32 13.92 34.97 -
YUV 90.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 187 27 161 0 0.86 0.14 0.27 309.75 0.75 0.42
Hex BB 1B A1 0 56 E 1B 136 4B 2A
Octal 273 33 241 0 126 16 33 466 113 52
Binary 10111011 11011 10100001 0 1010110 1110 11011 100110110 1001011 101010

Color Harmonies of #BB1BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BA1

Black with #BB1BA1

Text Example


Text Example

White with #BB1BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BA1; }

 p { color: rgb(187,27,161); }

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

background-color css

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

 a { background-color: rgb(187,27,161); }

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

border-color css

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

 span { border-color: rgb(187,27,161); }

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