Html Css Color HEX #B21872 Jazzberry Jam

📋 copy color: '#B21872'

red 178 ◦ green 24 ◦ blue 114

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

Shades of Jazzberry Jam #B21872

Tints of Jazzberry Jam #B21872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 56.33%
G = 7.59%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B21872 (or 0xB21872) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 72. RGB value is (178,24,114). Sum of RGB (Red+Green+Blue) = 178+24+114=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B21872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21872 is #4DE78D. Grayscale: #505050. Windows color (decimal): -5105550 or 7477426. OLE color: 7477426.

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

Color convert

RGB 178 24 114 -
CMYK 0 0.87 0.36 0.30
HSL 324.94º 0.76% 0.4% -
HSV(B) 324.94º 0.87% 0.7% -
XYZ 21.72 11.33 16.96 -
YUV 80.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 178 24 114 0 0.87 0.36 0.30 324.94 0.76 0.4
Hex B2 18 72 0 57 24 1E 145 4C 28
Octal 262 30 162 0 127 44 36 505 114 50
Binary 10110010 11000 1110010 0 1010111 100100 11110 101000101 1001100 101000

Color Harmonies of #B21872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21872

Black with #B21872

Text Example


Text Example

White with #B21872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21872; }

 p { color: rgb(178,24,114); }

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

background-color css

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

 a { background-color: rgb(178,24,114); }

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

border-color css

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

 span { border-color: rgb(178,24,114); }

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