#B0226C

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

Shades of Jazzberry Jam #B0226C

Tints of Jazzberry Jam #B0226C

Color information

#B0226C (or 0xB0226C) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 22 and 6C. RGB value is (176,34,108). Sum of RGB (Red+Green+Blue) = 176+34+108=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0226C is #4FDD93. Grayscale: #545454. Windows color (decimal): -5234068 or 7086768. OLE color: 7086768.

HSL color Cylindrical-coordinate representation of color #B0226C: hue angle of 328.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0226C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17634108-
CMYK00.810.390.31
HSL328.73º67.62%41.18%-
HSV(B)328.73º80.68%69.02%-
XYZ21.1811.4615.28-
YUV84.89141.04192.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=55.35%
G=10.69%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763410800.810.390.31328.7367.6241.18
HexB0226C051271F1494429
Octal260421540121473751110451
Binary10110000100010110110001010001100111111111010010011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0226C; }

 p { color: rgb(176,34,108); }

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

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

 a { background-color: rgb(176,34,108); }

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

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

 span { border-color: rgb(176,34,108); }

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