Html Css Color HEX #B31871 Jazzberry Jam

📋 copy color: '#B31871'

red 179 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #B31871

Tints of Jazzberry Jam #B31871

RGB

 RED value IS 179 (70.31% from 255) = 56.65%

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

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

R = 56.65%
G = 7.59%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B31871 (or 0xB31871) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 71. RGB value is (179,24,113). Sum of RGB (Red+Green+Blue) = 179+24+113=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31871 is #4CE78E. Grayscale: #505050. Windows color (decimal): -5040015 or 7411891. OLE color: 7411891.

HSL color Cylindrical-coordinate representation of color #B31871: hue angle of 325.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31871 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 113 -
CMYK 0 0.87 0.37 0.30
HSL 325.55º 0.76% 0.4% -
HSV(B) 325.55º 0.87% 0.7% -
XYZ 21.9 11.43 16.67 -
YUV 80.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 179 24 113 0 0.87 0.37 0.30 325.55 0.76 0.4
Hex B3 18 71 0 57 25 1E 146 4C 28
Octal 263 30 161 0 127 45 36 506 114 50
Binary 10110011 11000 1110001 0 1010111 100101 11110 101000110 1001100 101000

Color Harmonies of #B31871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31871

Black with #B31871

Text Example


Text Example

White with #B31871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31871; }

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

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

background-color css

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

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

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

border-color css

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

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

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