Html Css Color HEX #B11871 Jazzberry Jam

📋 copy color: '#B11871'

red 177 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #B11871

Tints of Jazzberry Jam #B11871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 56.37%
G = 7.64%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11871 (or 0xB11871) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 71. RGB value is (177,24,113). Sum of RGB (Red+Green+Blue) = 177+24+113=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B11871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11871 is #4EE78E. Grayscale: #4F4F4F. Windows color (decimal): -5171087 or 7411889. OLE color: 7411889.

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

Color convert

RGB 177 24 113 -
CMYK 0 0.86 0.36 0.31
HSL 325.1º 0.76% 0.39% -
HSV(B) 325.1º 0.86% 0.69% -
XYZ 21.44 11.19 16.65 -
YUV 79.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 177 24 113 0 0.86 0.36 0.31 325.1 0.76 0.39
Hex B1 18 71 0 56 24 1F 145 4C 27
Octal 261 30 161 0 126 44 37 505 114 47
Binary 10110001 11000 1110001 0 1010110 100100 11111 101000101 1001100 100111

Color Harmonies of #B11871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11871

Black with #B11871

Text Example


Text Example

White with #B11871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11871; }

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

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

background-color css

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

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

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

border-color css

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

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

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