#BB3071

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

Shades of Medium Red Violet #BB3071

Tints of Medium Red Violet #BB3071

Color information

#BB3071 (or 0xBB3071) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 71. RGB value is (187,48,113). Sum of RGB (Red+Green+Blue) = 187+48+113=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3071 is #44CF8E. Grayscale: #606060. Windows color (decimal): -4509583 or 7418043. OLE color: 7418043.

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

Color convert

RGB18748113-
CMYK00.740.400.27
HSL331.94º59.15%46.08%-
HSV(B)331.94º74.33%73.33%-
XYZ24.5313.8717.01-
YUV96.97137.05192.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=53.74%
G=13.79%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874811300.740.400.27331.9459.1546.08
HexBB307104A281B14c3b2e
Octal27360161011250335147356
Binary1011101111000011100010100101010100011011101001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3071; }

 p { color: rgb(187,48,113); }

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

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

 a { background-color: rgb(187,48,113); }

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

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

 span { border-color: rgb(187,48,113); }

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