#B10057

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

Shades of Jazzberry Jam #B10057

Tints of Jazzberry Jam #B10057

Color information

#B10057 (or 0xB10057) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 57. RGB value is (177,0,87). Sum of RGB (Red+Green+Blue) = 177+0+87=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B10057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10057 is #4EFFA8. Grayscale: #3E3E3E. Windows color (decimal): -5177257 or 5701809. OLE color: 5701809.

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

Color convert

RGB177087-
CMYK010.510.31
HSL330.51º100%34.71%-
HSV(B)330.51º100%69.41%-
XYZ19.8510.049.91-
YUV62.84141.64209.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=67.05%
G=0%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177087010.510.31330.5110034.71
HexB1057064331F14b6423
Octal26101270144633751314443
Binary101100010101011101100100110011111111010010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10057; }

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

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

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

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

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

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

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

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