Html Css Color HEX #BB118F Medium Violet Red

📋 copy color: '#BB118F'

red 187 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #BB118F

Tints of Medium Violet Red #BB118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 53.89%
G = 4.9%
B = 41.21%

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

#BB118F (or 0xBB118F) is known color: Medium Violet Red. HEX triplet: BB, 11 and 8F. RGB value is (187,17,143). Sum of RGB (Red+Green+Blue) = 187+17+143=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB118F is #44EE70. Grayscale: #515151. Windows color (decimal): -4517489 or 9376187. OLE color: 9376187.

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

Color convert

RGB 187 17 143 -
CMYK 0 0.91 0.24 0.27
HSL 315.53º 0.83% 0.4% -
HSV(B) 315.53º 0.91% 0.73% -
XYZ 25.65 12.95 27.13 -
YUV 82.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 187 17 143 0 0.91 0.24 0.27 315.53 0.83 0.4
Hex BB 11 8F 0 5B 18 1B 13C 53 28
Octal 273 21 217 0 133 30 33 474 123 50
Binary 10111011 10001 10001111 0 1011011 11000 11011 100111100 1010011 101000

Color Harmonies of #BB118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB118F

Black with #BB118F

Text Example


Text Example

White with #BB118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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