Html Css Color HEX #BB1190 Medium Violet Red

📋 copy color: '#BB1190'

red 187 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #BB1190

Tints of Medium Violet Red #BB1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 53.74%
G = 4.89%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB1190 (or 0xBB1190) is known color: Medium Violet Red. HEX triplet: BB, 11 and 90. RGB value is (187,17,144). Sum of RGB (Red+Green+Blue) = 187+17+144=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1190 is #44EE6F. Grayscale: #515151. Windows color (decimal): -4517488 or 9441723. OLE color: 9441723.

HSL color Cylindrical-coordinate representation of color #BB1190: hue angle of 315.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1190 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 144 -
CMYK 0 0.91 0.23 0.27
HSL 315.18º 0.83% 0.4% -
HSV(B) 315.18º 0.91% 0.73% -
XYZ 25.73 12.98 27.53 -
YUV 82.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 187 17 144 0 0.91 0.23 0.27 315.18 0.83 0.4
Hex BB 11 90 0 5B 17 1B 13B 53 28
Octal 273 21 220 0 133 27 33 473 123 50
Binary 10111011 10001 10010000 0 1011011 10111 11011 100111011 1010011 101000

Color Harmonies of #BB1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1190

Black with #BB1190

Text Example


Text Example

White with #BB1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1190; }

 p { color: rgb(187,17,144); }

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

background-color css

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

 a { background-color: rgb(187,17,144); }

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

border-color css

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

 span { border-color: rgb(187,17,144); }

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