#B1006E

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

Shades of Jazzberry Jam #B1006E

Tints of Jazzberry Jam #B1006E

Color information

#B1006E (or 0xB1006E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 6E. RGB value is (177,0,110). Sum of RGB (Red+Green+Blue) = 177+0+110=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1006E is #4EFF91. Grayscale: #414141. Windows color (decimal): -5177234 or 7209137. OLE color: 7209137.

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

Color convert

RGB1770110-
CMYK010.380.31
HSL322.71º100%34.71%-
HSV(B)322.71º100%69.41%-
XYZ20.9510.4715.67-
YUV65.46153.14207.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=61.67%
G=0%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770110010.380.31322.7110034.71
HexB106E064261F1436423
Octal26101560144463750314443
Binary101100010110111001100100100110111111010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1006E; }

 p { color: rgb(177,0,110); }

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

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

 a { background-color: rgb(177,0,110); }

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

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

 span { border-color: rgb(177,0,110); }

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