Html Css Color HEX #BB118E Medium Violet Red

📋 copy color: '#BB118E'

red 187 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #BB118E

Tints of Medium Violet Red #BB118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 54.05%
G = 4.91%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB118E (or 0xBB118E) is known color: Medium Violet Red. HEX triplet: BB, 11 and 8E. RGB value is (187,17,142). Sum of RGB (Red+Green+Blue) = 187+17+142=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB118E is #44EE71. Grayscale: #515151. Windows color (decimal): -4517490 or 9310651. OLE color: 9310651.

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

Color convert

RGB 187 17 142 -
CMYK 0 0.91 0.24 0.27
HSL 315.88º 0.83% 0.4% -
HSV(B) 315.88º 0.91% 0.73% -
XYZ 25.58 12.92 26.74 -
YUV 82.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 187 17 142 0 0.91 0.24 0.27 315.88 0.83 0.4
Hex BB 11 8E 0 5B 18 1B 13C 53 28
Octal 273 21 216 0 133 30 33 474 123 50
Binary 10111011 10001 10001110 0 1011011 11000 11011 100111100 1010011 101000

Color Harmonies of #BB118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB118E

Black with #BB118E

Text Example


Text Example

White with #BB118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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