Html Css Color HEX #B11A71 Jazzberry Jam

📋 copy color: '#B11A71'

red 177 ◦ green 26 ◦ blue 113

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

Shades of Jazzberry Jam #B11A71

Tints of Jazzberry Jam #B11A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

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

R = 56.01%
G = 8.23%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11A71 (or 0xB11A71) is known color: Jazzberry Jam. HEX triplet: B1, 1A and 71. RGB value is (177,26,113). Sum of RGB (Red+Green+Blue) = 177+26+113=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A71 is #4EE58E. Grayscale: #505050. Windows color (decimal): -5170575 or 7412401. OLE color: 7412401.

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

Color convert

RGB 177 26 113 -
CMYK 0 0.85 0.36 0.31
HSL 325.43º 0.74% 0.4% -
HSV(B) 325.43º 0.85% 0.69% -
XYZ 21.48 11.28 16.67 -
YUV 81.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 177 26 113 0 0.85 0.36 0.31 325.43 0.74 0.4
Hex B1 1A 71 0 55 24 1F 145 4A 28
Octal 261 32 161 0 125 44 37 505 112 50
Binary 10110001 11010 1110001 0 1010101 100100 11111 101000101 1001010 101000

Color Harmonies of #B11A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A71

Black with #B11A71

Text Example


Text Example

White with #B11A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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