Html Css Color HEX #B11371 Jazzberry Jam

📋 copy color: '#B11371'

red 177 ◦ green 19 ◦ blue 113

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

Shades of Jazzberry Jam #B11371

Tints of Jazzberry Jam #B11371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 57.28%
G = 6.15%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11371 (or 0xB11371) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 71. RGB value is (177,19,113). Sum of RGB (Red+Green+Blue) = 177+19+113=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B11371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11371 is #4EEC8E. Grayscale: #4C4C4C. Windows color (decimal): -5172367 or 7410609. OLE color: 7410609.

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

Color convert

RGB 177 19 113 -
CMYK 0 0.89 0.36 0.31
HSL 324.3º 0.81% 0.38% -
HSV(B) 324.3º 0.89% 0.69% -
XYZ 21.34 11.01 16.62 -
YUV 76.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 177 19 113 0 0.89 0.36 0.31 324.3 0.81 0.38
Hex B1 13 71 0 59 24 1F 144 51 26
Octal 261 23 161 0 131 44 37 504 121 46
Binary 10110001 10011 1110001 0 1011001 100100 11111 101000100 1010001 100110

Color Harmonies of #B11371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11371

Black with #B11371

Text Example


Text Example

White with #B11371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11371; }

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

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

background-color css

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

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

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

border-color css

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

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

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