Html Css Color HEX #BB1179 Medium Violet Red

📋 copy color: '#BB1179'

red 187 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #BB1179

Tints of Medium Violet Red #BB1179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 57.54%
G = 5.23%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB1179 (or 0xBB1179) is known color: Medium Violet Red. HEX triplet: BB, 11 and 79. RGB value is (187,17,121). Sum of RGB (Red+Green+Blue) = 187+17+121=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1179 is #44EE86. Grayscale: #4F4F4F. Windows color (decimal): -4517511 or 7934395. OLE color: 7934395.

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

Color convert

RGB 187 17 121 -
CMYK 0 0.91 0.35 0.27
HSL 323.29º 0.83% 0.4% -
HSV(B) 323.29º 0.91% 0.73% -
XYZ 24.15 12.35 19.2 -
YUV 79.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 187 17 121 0 0.91 0.35 0.27 323.29 0.83 0.4
Hex BB 11 79 0 5B 23 1B 143 53 28
Octal 273 21 171 0 133 43 33 503 123 50
Binary 10111011 10001 1111001 0 1011011 100011 11011 101000011 1010011 101000

Color Harmonies of #BB1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1179

Black with #BB1179

Text Example


Text Example

White with #BB1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1179; }

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

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

background-color css

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

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

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

border-color css

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

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

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