#B40C71

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

Shades of Jazzberry Jam #B40C71

Tints of Jazzberry Jam #B40C71

Color information

#B40C71 (or 0xB40C71) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0C and 71. RGB value is (180,12,113). Sum of RGB (Red+Green+Blue) = 180+12+113=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C71 is #4BF38E. Grayscale: #494949. Windows color (decimal): -4977551 or 7408820. OLE color: 7408820.

HSL color Cylindrical-coordinate representation of color #B40C71: hue angle of 323.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C71 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18012113-
CMYK00.930.370.29
HSL323.93º87.5%37.65%-
HSV(B)323.93º93.33%70.59%-
XYZ21.9311.1616.62-
YUV73.75150.16203.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=59.02%
G=3.93%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801211300.930.370.29323.9387.537.65
HexB4C7105D251D1445826
Octal264141610135453550413046
Binary101101001100111000101011101100101111011010001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C71; }

 p { color: rgb(180,12,113); }

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

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

 a { background-color: rgb(180,12,113); }

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

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

 span { border-color: rgb(180,12,113); }

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