Html Css Color HEX #B11C71 Jazzberry Jam

📋 copy color: '#B11C71'

red 177 ◦ green 28 ◦ blue 113

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

Shades of Jazzberry Jam #B11C71

Tints of Jazzberry Jam #B11C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 55.66%
G = 8.81%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11C71 (or 0xB11C71) is known color: Jazzberry Jam. HEX triplet: B1, 1C and 71. RGB value is (177,28,113). Sum of RGB (Red+Green+Blue) = 177+28+113=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C71 is #4EE38E. Grayscale: #525252. Windows color (decimal): -5170063 or 7412913. OLE color: 7412913.

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

Color convert

RGB 177 28 113 -
CMYK 0 0.84 0.36 0.31
HSL 325.77º 0.73% 0.4% -
HSV(B) 325.77º 0.84% 0.69% -
XYZ 21.53 11.37 16.68 -
YUV 82.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 177 28 113 0 0.84 0.36 0.31 325.77 0.73 0.4
Hex B1 1C 71 0 54 24 1F 146 49 28
Octal 261 34 161 0 124 44 37 506 111 50
Binary 10110001 11100 1110001 0 1010100 100100 11111 101000110 1001001 101000

Color Harmonies of #B11C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C71

Black with #B11C71

Text Example


Text Example

White with #B11C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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