Html Css Color HEX #B21A71 Jazzberry Jam

📋 copy color: '#B21A71'

red 178 ◦ green 26 ◦ blue 113

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

Shades of Jazzberry Jam #B21A71

Tints of Jazzberry Jam #B21A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 56.15%
G = 8.2%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B21A71 (or 0xB21A71) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 71. RGB value is (178,26,113). Sum of RGB (Red+Green+Blue) = 178+26+113=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A71 is #4DE58E. Grayscale: #515151. Windows color (decimal): -5105039 or 7412402. OLE color: 7412402.

HSL color Cylindrical-coordinate representation of color #B21A71: hue angle of 325.66º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A71 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 113 -
CMYK 0 0.85 0.37 0.30
HSL 325.66º 0.75% 0.4% -
HSV(B) 325.66º 0.85% 0.7% -
XYZ 21.71 11.4 16.68 -
YUV 81.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 178 26 113 0 0.85 0.37 0.30 325.66 0.75 0.4
Hex B2 1A 71 0 55 25 1E 146 4B 28
Octal 262 32 161 0 125 45 36 506 113 50
Binary 10110010 11010 1110001 0 1010101 100101 11110 101000110 1001011 101000

Color Harmonies of #B21A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A71

Black with #B21A71

Text Example


Text Example

White with #B21A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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