Html Css Color HEX #B21673 Jazzberry Jam

📋 copy color: '#B21673'

red 178 ◦ green 22 ◦ blue 115

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

Shades of Jazzberry Jam #B21673

Tints of Jazzberry Jam #B21673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 56.51%
G = 6.98%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21673 (or 0xB21673) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 73. RGB value is (178,22,115). Sum of RGB (Red+Green+Blue) = 178+22+115=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21673 is #4DE98C. Grayscale: #4F4F4F. Windows color (decimal): -5106061 or 7542450. OLE color: 7542450.

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

Color convert

RGB 178 22 115 -
CMYK 0 0.88 0.35 0.30
HSL 324.23º 0.78% 0.39% -
HSV(B) 324.23º 0.88% 0.7% -
XYZ 21.74 11.28 17.25 -
YUV 79.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 178 22 115 0 0.88 0.35 0.30 324.23 0.78 0.39
Hex B2 16 73 0 58 23 1E 144 4E 27
Octal 262 26 163 0 130 43 36 504 116 47
Binary 10110010 10110 1110011 0 1011000 100011 11110 101000100 1001110 100111

Color Harmonies of #B21673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21673

Black with #B21673

Text Example


Text Example

White with #B21673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21673; }

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

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

background-color css

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

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

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

border-color css

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

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

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