Html Css Color HEX #BB3170 Medium Red Violet

📋 copy color: '#BB3170'

red 187 ◦ green 49 ◦ blue 112

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

Shades of Medium Red Violet #BB3170

Tints of Medium Red Violet #BB3170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 53.74%
G = 14.08%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3170 (or 0xBB3170) is known color: Medium Red Violet. HEX triplet: BB, 31 and 70. RGB value is (187,49,112). Sum of RGB (Red+Green+Blue) = 187+49+112=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3170 is #44CE8F. Grayscale: #616161. Windows color (decimal): -4509328 or 7352763. OLE color: 7352763.

HSL color Cylindrical-coordinate representation of color #BB3170: hue angle of 332.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3170 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 112 -
CMYK 0 0.74 0.40 0.27
HSL 332.61º 0.58% 0.46% -
HSV(B) 332.61º 0.74% 0.73% -
XYZ 24.52 13.93 16.73 -
YUV 97.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 187 49 112 0 0.74 0.40 0.27 332.61 0.58 0.46
Hex BB 31 70 0 4A 28 1B 14D 3A 2E
Octal 273 61 160 0 112 50 33 515 72 56
Binary 10111011 110001 1110000 0 1001010 101000 11011 101001101 111010 101110

Color Harmonies of #BB3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3170

Black with #BB3170

Text Example


Text Example

White with #BB3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3170; }

 p { color: rgb(187,49,112); }

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

background-color css

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

 a { background-color: rgb(187,49,112); }

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

border-color css

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

 span { border-color: rgb(187,49,112); }

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