Html Css Color HEX #B22066 Jazzberry Jam

📋 copy color: '#B22066'

red 178 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #B22066

Tints of Jazzberry Jam #B22066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 57.05%
G = 10.26%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B22066 (or 0xB22066) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 66. RGB value is (178,32,102). Sum of RGB (Red+Green+Blue) = 178+32+102=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B22066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22066 is #4DDF99. Grayscale: #535353. Windows color (decimal): -5103514 or 6693042. OLE color: 6693042.

HSL color Cylindrical-coordinate representation of color #B22066: hue angle of 331.23º 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 #B22066 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 102 -
CMYK 0 0.82 0.43 0.30
HSL 331.23º 0.7% 0.41% -
HSV(B) 331.23º 0.82% 0.7% -
XYZ 21.27 11.46 13.66 -
YUV 83.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 178 32 102 0 0.82 0.43 0.30 331.23 0.7 0.41
Hex B2 20 66 0 52 2B 1E 14B 46 29
Octal 262 40 146 0 122 53 36 513 106 51
Binary 10110010 100000 1100110 0 1010010 101011 11110 101001011 1000110 101001

Color Harmonies of #B22066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22066

Black with #B22066

Text Example


Text Example

White with #B22066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22066; }

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

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

background-color css

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

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

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

border-color css

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

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

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