Html Css Color HEX #B2216A Jazzberry Jam

📋 copy color: '#B2216A'

red 178 ◦ green 33 ◦ blue 106

#B2216A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B2216A

Tints of Jazzberry Jam #B2216A

RGB

 RED value IS 178 (69.92% from 255) = 56.15%

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 56.15%
G = 10.41%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2216A (or 0xB2216A) is known color: Jazzberry Jam. HEX triplet: B2, 21 and 6A. RGB value is (178,33,106). Sum of RGB (Red+Green+Blue) = 178+33+106=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2216A is #4DDE95. Grayscale: #545454. Windows color (decimal): -5103254 or 6955442. OLE color: 6955442.

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

Color convert

RGB 178 33 106 -
CMYK 0 0.81 0.40 0.30
HSL 329.79º 0.69% 0.41% -
HSV(B) 329.79º 0.81% 0.7% -
XYZ 21.51 11.59 14.74 -
YUV 84.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 178 33 106 0 0.81 0.40 0.30 329.79 0.69 0.41
Hex B2 21 6A 0 51 28 1E 14A 45 29
Octal 262 41 152 0 121 50 36 512 105 51
Binary 10110010 100001 1101010 0 1010001 101000 11110 101001010 1000101 101001

Color Harmonies of #B2216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2216A

Black with #B2216A

Text Example


Text Example

White with #B2216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2216A; }

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

 H1.HeaderClassName
 {
   color: #B2216A;
 }
 .AnyTagClassName
 {
   color: #B2216A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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