Html Css Color HEX #B32163 Jazzberry Jam

📋 copy color: '#B32163'

red 179 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #B32163

Tints of Jazzberry Jam #B32163

RGB

 RED value IS 179 (70.31% from 255) = 57.56%

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

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

R = 57.56%
G = 10.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B32163 (or 0xB32163) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 63. RGB value is (179,33,99). Sum of RGB (Red+Green+Blue) = 179+33+99=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B32163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32163 is #4CDE9C. Grayscale: #545454. Windows color (decimal): -5037725 or 6496691. OLE color: 6496691.

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

Color convert

RGB 179 33 99 -
CMYK 0 0.82 0.45 0.30
HSL 332.88º 0.69% 0.42% -
HSV(B) 332.88º 0.82% 0.7% -
XYZ 21.39 11.57 12.91 -
YUV 84.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 179 33 99 0 0.82 0.45 0.30 332.88 0.69 0.42
Hex B3 21 63 0 52 2D 1E 14D 45 2A
Octal 263 41 143 0 122 55 36 515 105 52
Binary 10110011 100001 1100011 0 1010010 101101 11110 101001101 1000101 101010

Color Harmonies of #B32163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32163

Black with #B32163

Text Example


Text Example

White with #B32163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32163; }

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

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

background-color css

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

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

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

border-color css

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

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

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