Html Css Color HEX #B21173 Jazzberry Jam

📋 copy color: '#B21173'

red 178 ◦ green 17 ◦ blue 115

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

Shades of Jazzberry Jam #B21173

Tints of Jazzberry Jam #B21173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 57.42%
G = 5.48%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21173 (or 0xB21173) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 73. RGB value is (178,17,115). Sum of RGB (Red+Green+Blue) = 178+17+115=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B21173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21173 is #4DEE8C. Grayscale: #4C4C4C. Windows color (decimal): -5107341 or 7541170. OLE color: 7541170.

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

Color convert

RGB 178 17 115 -
CMYK 0 0.90 0.35 0.30
HSL 323.48º 0.83% 0.38% -
HSV(B) 323.48º 0.9% 0.7% -
XYZ 21.66 11.1 17.22 -
YUV 76.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 178 17 115 0 0.90 0.35 0.30 323.48 0.83 0.38
Hex B2 11 73 0 5A 23 1E 143 53 26
Octal 262 21 163 0 132 43 36 503 123 46
Binary 10110010 10001 1110011 0 1011010 100011 11110 101000011 1010011 100110

Color Harmonies of #B21173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21173

Black with #B21173

Text Example


Text Example

White with #B21173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21173; }

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

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

background-color css

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

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

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

border-color css

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

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

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