Html Css Color HEX #B11771 Jazzberry Jam

📋 copy color: '#B11771'

red 177 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #B11771

Tints of Jazzberry Jam #B11771

RGB

 RED value IS 177 (69.53% from 255) = 56.55%

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 56.55%
G = 7.35%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11771 (or 0xB11771) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 71. RGB value is (177,23,113). Sum of RGB (Red+Green+Blue) = 177+23+113=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11771 is #4EE88E. Grayscale: #4F4F4F. Windows color (decimal): -5171343 or 7411633. OLE color: 7411633.

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

Color convert

RGB 177 23 113 -
CMYK 0 0.87 0.36 0.31
HSL 324.94º 0.77% 0.39% -
HSV(B) 324.94º 0.87% 0.69% -
XYZ 21.42 11.15 16.65 -
YUV 79.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 177 23 113 0 0.87 0.36 0.31 324.94 0.77 0.39
Hex B1 17 71 0 57 24 1F 145 4D 27
Octal 261 27 161 0 127 44 37 505 115 47
Binary 10110001 10111 1110001 0 1010111 100100 11111 101000101 1001101 100111

Color Harmonies of #B11771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11771

Black with #B11771

Text Example


Text Example

White with #B11771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11771; }

 p { color: rgb(177,23,113); }

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

background-color css

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

 a { background-color: rgb(177,23,113); }

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

border-color css

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

 span { border-color: rgb(177,23,113); }

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