#B1016C

Color #B1016C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B1016C

Tints of Jazzberry Jam #B1016C

Color information

#B1016C (or 0xB1016C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 01 and 6C. RGB value is (177,1,108). Sum of RGB (Red+Green+Blue) = 177+1+108=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016C is #4EFE93. Grayscale: #414141. Windows color (decimal): -5176980 or 7078321. OLE color: 7078321.

HSL color Cylindrical-coordinate representation of color #B1016C: hue angle of 323.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1016C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB1771108-
CMYK00.990.390.31
HSL323.52º98.88%34.9%-
HSV(B)323.52º99.44%69.41%-
XYZ20.8510.4515.11-
YUV65.82151.81207.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=61.89%
G=0.35%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177110800.990.390.31323.5298.8834.9
HexB116C063271F1446323
Octal26111540143473750414343
Binary101100011110110001100011100111111111010001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1016C; }

 p { color: rgb(177,1,108); }

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

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

 a { background-color: rgb(177,1,108); }

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

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

 span { border-color: rgb(177,1,108); }

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