Html Css Color HEX #B22163 Jazzberry Jam

📋 copy color: '#B22163'

red 178 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #B22163

Tints of Jazzberry Jam #B22163

RGB

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

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

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

R = 57.42%
G = 10.65%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B22163 (or 0xB22163) is known color: Jazzberry Jam. HEX triplet: B2, 21 and 63. RGB value is (178,33,99). Sum of RGB (Red+Green+Blue) = 178+33+99=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B22163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22163 is #4DDE9C. Grayscale: #535353. Windows color (decimal): -5103261 or 6496690. OLE color: 6496690.

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

Color convert

RGB 178 33 99 -
CMYK 0 0.81 0.44 0.30
HSL 332.69º 0.69% 0.41% -
HSV(B) 332.69º 0.81% 0.7% -
XYZ 21.16 11.45 12.9 -
YUV 83.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 178 33 99 0 0.81 0.44 0.30 332.69 0.69 0.41
Hex B2 21 63 0 51 2C 1E 14D 45 29
Octal 262 41 143 0 121 54 36 515 105 51
Binary 10110010 100001 1100011 0 1010001 101100 11110 101001101 1000101 101001

Color Harmonies of #B22163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22163

Black with #B22163

Text Example


Text Example

White with #B22163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22163; }

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

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

background-color css

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

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

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

border-color css

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

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

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