Html Css Color HEX #BB117C Medium Violet Red

📋 copy color: '#BB117C'

red 187 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #BB117C

Tints of Medium Violet Red #BB117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 57.01%
G = 5.18%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB117C (or 0xBB117C) is known color: Medium Violet Red. HEX triplet: BB, 11 and 7C. RGB value is (187,17,124). Sum of RGB (Red+Green+Blue) = 187+17+124=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117C is #44EE83. Grayscale: #4F4F4F. Windows color (decimal): -4517508 or 8131003. OLE color: 8131003.

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

Color convert

RGB 187 17 124 -
CMYK 0 0.91 0.34 0.27
HSL 322.24º 0.83% 0.4% -
HSV(B) 322.24º 0.91% 0.73% -
XYZ 24.33 12.42 20.18 -
YUV 80.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 187 17 124 0 0.91 0.34 0.27 322.24 0.83 0.4
Hex BB 11 7C 0 5B 22 1B 142 53 28
Octal 273 21 174 0 133 42 33 502 123 50
Binary 10111011 10001 1111100 0 1011011 100010 11011 101000010 1010011 101000

Color Harmonies of #BB117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB117C

Black with #BB117C

Text Example


Text Example

White with #BB117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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