Html Css Color HEX #BB1D80 Medium Violet Red

📋 copy color: '#BB1D80'

red 187 ◦ green 29 ◦ blue 128

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

Shades of Medium Violet Red #BB1D80

Tints of Medium Violet Red #BB1D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 54.36%
G = 8.43%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1D80 (or 0xBB1D80) is known color: Medium Violet Red. HEX triplet: BB, 1D and 80. RGB value is (187,29,128). Sum of RGB (Red+Green+Blue) = 187+29+128=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D80 is #44E27F. Grayscale: #575757. Windows color (decimal): -4514432 or 8396219. OLE color: 8396219.

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

Color convert

RGB 187 29 128 -
CMYK 0 0.84 0.32 0.27
HSL 322.41º 0.73% 0.42% -
HSV(B) 322.41º 0.84% 0.73% -
XYZ 24.83 13 21.62 -
YUV 87.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 187 29 128 0 0.84 0.32 0.27 322.41 0.73 0.42
Hex BB 1D 80 0 54 20 1B 142 49 2A
Octal 273 35 200 0 124 40 33 502 111 52
Binary 10111011 11101 10000000 0 1010100 100000 11011 101000010 1001001 101010

Color Harmonies of #BB1D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D80

Black with #BB1D80

Text Example


Text Example

White with #BB1D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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