#B70071

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

Shades of Jazzberry Jam #B70071

Tints of Jazzberry Jam #B70071

Color information

#B70071 (or 0xB70071) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 00 and 71. RGB value is (183,0,113). Sum of RGB (Red+Green+Blue) = 183+0+113=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70071 is #48FF8E. Grayscale: #434343. Windows color (decimal): -4784015 or 7405751. OLE color: 7405751.

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

Color convert

RGB1830113-
CMYK010.380.28
HSL322.95º100%35.88%-
HSV(B)322.95º100%71.76%-
XYZ22.5111.2616.61-
YUV67.6153.63210.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=61.82%
G=0%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1830113010.380.28322.9510035.88
HexB7071064261C1436424
Octal26701610144463450314444
Binary101101110111000101100100100110111001010000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70071; }

 p { color: rgb(183,0,113); }

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

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

 a { background-color: rgb(183,0,113); }

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

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

 span { border-color: rgb(183,0,113); }

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