#BB3174

Color #BB3174 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BB3174

Tints of Medium Red Violet #BB3174

Color information

#BB3174 (or 0xBB3174) is unknown color: approx Medium Red Violet. HEX triplet: BB, 31 and 74. RGB value is (187,49,116). Sum of RGB (Red+Green+Blue) = 187+49+116=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3174 is #44CE8B. Grayscale: #616161. Windows color (decimal): -4509324 or 7614907. OLE color: 7614907.

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

Color convert

RGB18749116-
CMYK00.740.380.27
HSL330.87º58.47%46.27%-
HSV(B)330.87º73.8%73.33%-
XYZ24.7414.0217.93-
YUV97.9138.22191.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=53.12%
G=13.92%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874911600.740.380.27330.8758.4746.27
HexBB317404A261B14b3a2e
Octal27361164011246335137256
Binary1011101111000111101000100101010011011011101001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3174; }

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

 H1.HeaderClassName
 {
   color: #BB3174;
 }
 .AnyTagClassName
 {
   color: #BB3174;
 }
</style>
background-color css

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

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

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

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

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

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