Html Css Color HEX #BB1380 Medium Violet Red

📋 copy color: '#BB1380'

red 187 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #BB1380

Tints of Medium Violet Red #BB1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 55.99%
G = 5.69%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1380 (or 0xBB1380) is known color: Medium Violet Red. HEX triplet: BB, 13 and 80. RGB value is (187,19,128). Sum of RGB (Red+Green+Blue) = 187+19+128=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1380 is #44EC7F. Grayscale: #515151. Windows color (decimal): -4516992 or 8393659. OLE color: 8393659.

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

Color convert

RGB 187 19 128 -
CMYK 0 0.90 0.32 0.27
HSL 321.07º 0.82% 0.4% -
HSV(B) 321.07º 0.9% 0.73% -
XYZ 24.62 12.59 21.55 -
YUV 81.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 187 19 128 0 0.90 0.32 0.27 321.07 0.82 0.4
Hex BB 13 80 0 5A 20 1B 141 52 28
Octal 273 23 200 0 132 40 33 501 122 50
Binary 10111011 10011 10000000 0 1011010 100000 11011 101000001 1010010 101000

Color Harmonies of #BB1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1380

Black with #BB1380

Text Example


Text Example

White with #BB1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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