#B21E6A

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

Shades of Jazzberry Jam #B21E6A

Tints of Jazzberry Jam #B21E6A

Color information

#B21E6A (or 0xB21E6A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1E and 6A. RGB value is (178,30,106). Sum of RGB (Red+Green+Blue) = 178+30+106=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E6A is #4DE195. Grayscale: #525252. Windows color (decimal): -5104022 or 6954674. OLE color: 6954674.

HSL color Cylindrical-coordinate representation of color #B21E6A: hue angle of 329.19º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E6A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17830106-
CMYK00.830.400.30
HSL329.19º71.15%40.78%-
HSV(B)329.19º83.15%69.8%-
XYZ21.4311.4314.71-
YUV82.92141.03195.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=56.69%
G=9.55%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783010600.830.400.30329.1971.1540.78
HexB21E6A053281E1494729
Octal262361520123503651110751
Binary1011001011110110101001010011101000111101010010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E6A; }

 p { color: rgb(178,30,106); }

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

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

 a { background-color: rgb(178,30,106); }

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

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

 span { border-color: rgb(178,30,106); }

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