Html Css Color HEX #B2206A Jazzberry Jam

📋 copy color: '#B2206A'

red 178 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #B2206A

Tints of Jazzberry Jam #B2206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 56.33%
G = 10.13%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2206A (or 0xB2206A) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 6A. RGB value is (178,32,106). Sum of RGB (Red+Green+Blue) = 178+32+106=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B2206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2206A is #4DDF95. Grayscale: #535353. Windows color (decimal): -5103510 or 6955186. OLE color: 6955186.

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

Color convert

RGB 178 32 106 -
CMYK 0 0.82 0.40 0.30
HSL 329.59º 0.7% 0.41% -
HSV(B) 329.59º 0.82% 0.7% -
XYZ 21.48 11.54 14.73 -
YUV 84.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 178 32 106 0 0.82 0.40 0.30 329.59 0.7 0.41
Hex B2 20 6A 0 52 28 1E 14A 46 29
Octal 262 40 152 0 122 50 36 512 106 51
Binary 10110010 100000 1101010 0 1010010 101000 11110 101001010 1000110 101001

Color Harmonies of #B2206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2206A

Black with #B2206A

Text Example


Text Example

White with #B2206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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