Html Css Color HEX #B21672 Jazzberry Jam

📋 copy color: '#B21672'

red 178 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #B21672

Tints of Jazzberry Jam #B21672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 56.69%
G = 7.01%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B21672 (or 0xB21672) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 72. RGB value is (178,22,114). Sum of RGB (Red+Green+Blue) = 178+22+114=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B21672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21672 is #4DE98D. Grayscale: #4E4E4E. Windows color (decimal): -5106062 or 7476914. OLE color: 7476914.

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

Color convert

RGB 178 22 114 -
CMYK 0 0.88 0.36 0.30
HSL 324.62º 0.78% 0.39% -
HSV(B) 324.62º 0.88% 0.7% -
XYZ 21.68 11.25 16.95 -
YUV 79.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 178 22 114 0 0.88 0.36 0.30 324.62 0.78 0.39
Hex B2 16 72 0 58 24 1E 145 4E 27
Octal 262 26 162 0 130 44 36 505 116 47
Binary 10110010 10110 1110010 0 1011000 100100 11110 101000101 1001110 100111

Color Harmonies of #B21672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21672

Black with #B21672

Text Example


Text Example

White with #B21672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21672; }

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

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

background-color css

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

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

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

border-color css

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

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

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