#B10064

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

Shades of Jazzberry Jam #B10064

Tints of Jazzberry Jam #B10064

Color information

#B10064 (or 0xB10064) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 64. RGB value is (177,0,100). Sum of RGB (Red+Green+Blue) = 177+0+100=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B10064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10064 is #4EFF9B. Grayscale: #404040. Windows color (decimal): -5177244 or 6553777. OLE color: 6553777.

HSL color Cylindrical-coordinate representation of color #B10064: hue angle of 326.1º 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 #B10064 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1770100-
CMYK010.440.31
HSL326.1º100%34.71%-
HSV(B)326.1º100%69.41%-
XYZ20.4310.2712.96-
YUV64.32148.14208.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=63.90%
G=0%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770100010.440.31326.110034.71
HexB10640642C1F1466423
Octal26101440144543750614443
Binary101100010110010001100100101100111111010001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10064; }

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

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

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

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

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

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

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

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