Html Css Color HEX #B3216A Jazzberry Jam

📋 copy color: '#B3216A'

red 179 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #B3216A

Tints of Jazzberry Jam #B3216A

RGB

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

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

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

R = 56.29%
G = 10.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3216A (or 0xB3216A) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 6A. RGB value is (179,33,106). Sum of RGB (Red+Green+Blue) = 179+33+106=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3216A is #4CDE95. Grayscale: #545454. Windows color (decimal): -5037718 or 6955443. OLE color: 6955443.

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

Color convert

RGB 179 33 106 -
CMYK 0 0.82 0.41 0.30
HSL 330º 0.69% 0.42% -
HSV(B) 330º 0.82% 0.7% -
XYZ 21.74 11.71 14.75 -
YUV 84.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 179 33 106 0 0.82 0.41 0.30 330 0.69 0.42
Hex B3 21 6A 0 52 29 1E 14A 45 2A
Octal 263 41 152 0 122 51 36 512 105 52
Binary 10110011 100001 1101010 0 1010010 101001 11110 101001010 1000101 101010

Color Harmonies of #B3216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3216A

Black with #B3216A

Text Example


Text Example

White with #B3216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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