Html Css Color HEX #BB1A80 Medium Violet Red

📋 copy color: '#BB1A80'

red 187 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #BB1A80

Tints of Medium Violet Red #BB1A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 54.84%
G = 7.62%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1A80 (or 0xBB1A80) is known color: Medium Violet Red. HEX triplet: BB, 1A and 80. RGB value is (187,26,128). Sum of RGB (Red+Green+Blue) = 187+26+128=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1A80 is #44E57F. Grayscale: #555555. Windows color (decimal): -4515200 or 8395451. OLE color: 8395451.

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

Color convert

RGB 187 26 128 -
CMYK 0 0.86 0.32 0.27
HSL 321.99º 0.76% 0.42% -
HSV(B) 321.99º 0.86% 0.73% -
XYZ 24.76 12.86 21.6 -
YUV 85.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 187 26 128 0 0.86 0.32 0.27 321.99 0.76 0.42
Hex BB 1A 80 0 56 20 1B 142 4C 2A
Octal 273 32 200 0 126 40 33 502 114 52
Binary 10111011 11010 10000000 0 1010110 100000 11011 101000010 1001100 101010

Color Harmonies of #BB1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A80

Black with #BB1A80

Text Example


Text Example

White with #BB1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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