Html Css Color HEX #B21271 Jazzberry Jam

📋 copy color: '#B21271'

red 178 ◦ green 18 ◦ blue 113

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

Shades of Jazzberry Jam #B21271

Tints of Jazzberry Jam #B21271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 57.61%
G = 5.83%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B21271 (or 0xB21271) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 71. RGB value is (178,18,113). Sum of RGB (Red+Green+Blue) = 178+18+113=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B21271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21271 is #4DED8E. Grayscale: #4C4C4C. Windows color (decimal): -5107087 or 7410354. OLE color: 7410354.

HSL color Cylindrical-coordinate representation of color #B21271: hue angle of 324.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21271 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 113 -
CMYK 0 0.90 0.37 0.30
HSL 324.38º 0.82% 0.38% -
HSV(B) 324.38º 0.9% 0.7% -
XYZ 21.56 11.09 16.63 -
YUV 76.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 178 18 113 0 0.90 0.37 0.30 324.38 0.82 0.38
Hex B2 12 71 0 5A 25 1E 144 52 26
Octal 262 22 161 0 132 45 36 504 122 46
Binary 10110010 10010 1110001 0 1011010 100101 11110 101000100 1010010 100110

Color Harmonies of #B21271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21271

Black with #B21271

Text Example


Text Example

White with #B21271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21271; }

 p { color: rgb(178,18,113); }

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

background-color css

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

 a { background-color: rgb(178,18,113); }

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

border-color css

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

 span { border-color: rgb(178,18,113); }

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