Html Css Color HEX #B22063 Jazzberry Jam

📋 copy color: '#B22063'

red 178 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #B22063

Tints of Jazzberry Jam #B22063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 57.61%
G = 10.36%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B22063 (or 0xB22063) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 63. RGB value is (178,32,99). Sum of RGB (Red+Green+Blue) = 178+32+99=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B22063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22063 is #4DDF9C. Grayscale: #535353. Windows color (decimal): -5103517 or 6496434. OLE color: 6496434.

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

Color convert

RGB 178 32 99 -
CMYK 0 0.82 0.44 0.30
HSL 332.47º 0.7% 0.41% -
HSV(B) 332.47º 0.82% 0.7% -
XYZ 21.13 11.4 12.89 -
YUV 83.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 178 32 99 0 0.82 0.44 0.30 332.47 0.7 0.41
Hex B2 20 63 0 52 2C 1E 14C 46 29
Octal 262 40 143 0 122 54 36 514 106 51
Binary 10110010 100000 1100011 0 1010010 101100 11110 101001100 1000110 101001

Color Harmonies of #B22063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22063

Black with #B22063

Text Example


Text Example

White with #B22063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22063; }

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

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

background-color css

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

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

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

border-color css

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

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

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