Html Css Color HEX #BB1391 Medium Violet Red

📋 copy color: '#BB1391'

red 187 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #BB1391

Tints of Medium Violet Red #BB1391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 53.28%
G = 5.41%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1391 (or 0xBB1391) is known color: Medium Violet Red. HEX triplet: BB, 13 and 91. RGB value is (187,19,145). Sum of RGB (Red+Green+Blue) = 187+19+145=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1391 is #44EC6E. Grayscale: #535353. Windows color (decimal): -4516975 or 9507771. OLE color: 9507771.

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

Color convert

RGB 187 19 145 -
CMYK 0 0.90 0.22 0.27
HSL 315º 0.82% 0.4% -
HSV(B) 315º 0.9% 0.73% -
XYZ 25.84 13.07 27.95 -
YUV 83.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 187 19 145 0 0.90 0.22 0.27 315 0.82 0.4
Hex BB 13 91 0 5A 16 1B 13B 52 28
Octal 273 23 221 0 132 26 33 473 122 50
Binary 10111011 10011 10010001 0 1011010 10110 11011 100111011 1010010 101000

Color Harmonies of #BB1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1391

Black with #BB1391

Text Example


Text Example

White with #BB1391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1391; }

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

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

background-color css

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

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

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

border-color css

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

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

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