#B42162

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

Shades of Jazzberry Jam #B42162

Tints of Jazzberry Jam #B42162

Color information

#B42162 (or 0xB42162) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 21 and 62. RGB value is (180,33,98). Sum of RGB (Red+Green+Blue) = 180+33+98=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B42162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42162 is #4BDE9D. Grayscale: #545454. Windows color (decimal): -4972190 or 6431156. OLE color: 6431156.

HSL color Cylindrical-coordinate representation of color #B42162: hue angle of 333.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42162 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1803398-
CMYK00.820.460.29
HSL333.47º69.01%41.76%-
HSV(B)333.47º81.67%70.59%-
XYZ21.5711.6712.67-
YUV84.36135.7196.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=57.88%
G=10.61%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180339800.820.460.29333.4769.0141.76
HexB421620522E1D14d452a
Octal264411420122563551510552
Binary10110100100001110001001010010101110111011010011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42162; }

 p { color: rgb(180,33,98); }

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

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

 a { background-color: rgb(180,33,98); }

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

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

 span { border-color: rgb(180,33,98); }

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