#B4156E

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

Shades of Jazzberry Jam #B4156E

Tints of Jazzberry Jam #B4156E

Color information

#B4156E (or 0xB4156E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 6E. RGB value is (180,21,110). Sum of RGB (Red+Green+Blue) = 180+21+110=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4156E is #4BEA91. Grayscale: #4E4E4E. Windows color (decimal): -4975250 or 7214516. OLE color: 7214516.

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

Color convert

RGB18021110-
CMYK00.880.390.29
HSL326.42º79.1%39.41%-
HSV(B)326.42º88.33%70.59%-
XYZ21.9111.3715.79-
YUV78.69145.68200.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=57.88%
G=6.75%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802111000.880.390.29326.4279.139.41
HexB4156E058271D1464f27
Octal264251560130473550611747
Binary1011010010101110111001011000100111111011010001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4156E; }

 p { color: rgb(180,21,110); }

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

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

 a { background-color: rgb(180,21,110); }

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

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

 span { border-color: rgb(180,21,110); }

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