#B40E71

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

Shades of Jazzberry Jam #B40E71

Tints of Jazzberry Jam #B40E71

Color information

#B40E71 (or 0xB40E71) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0E and 71. RGB value is (180,14,113). Sum of RGB (Red+Green+Blue) = 180+14+113=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40E71 is #4BF18E. Grayscale: #4A4A4A. Windows color (decimal): -4977039 or 7409332. OLE color: 7409332.

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

Color convert

RGB18014113-
CMYK00.920.370.29
HSL324.22º85.57%38.04%-
HSV(B)324.22º92.22%70.59%-
XYZ21.9611.2116.63-
YUV74.92149.5202.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=58.63%
G=4.56%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801411300.920.370.29324.2285.5738.04
HexB4E7105C251D1445626
Octal264161610134453550412646
Binary101101001110111000101011100100101111011010001001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E71; }

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

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

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

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

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

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

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

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