Html Css Color HEX #B31771 Jazzberry Jam

📋 copy color: '#B31771'

red 179 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #B31771

Tints of Jazzberry Jam #B31771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

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

R = 56.83%
G = 7.3%
B = 35.87%

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

#B31771 (or 0xB31771) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 71. RGB value is (179,23,113). Sum of RGB (Red+Green+Blue) = 179+23+113=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B31771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31771 is #4CE88E. Grayscale: #4F4F4F. Windows color (decimal): -5040271 or 7411635. OLE color: 7411635.

HSL color Cylindrical-coordinate representation of color #B31771: hue angle of 325.38º degrees, saturation: 0.77, 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 #B31771 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 113 -
CMYK 0 0.87 0.37 0.30
HSL 325.38º 0.77% 0.4% -
HSV(B) 325.38º 0.87% 0.7% -
XYZ 21.88 11.39 16.67 -
YUV 79.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 179 23 113 0 0.87 0.37 0.30 325.38 0.77 0.4
Hex B3 17 71 0 57 25 1E 145 4D 28
Octal 263 27 161 0 127 45 36 505 115 50
Binary 10110011 10111 1110001 0 1010111 100101 11110 101000101 1001101 101000

Color Harmonies of #B31771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31771

Black with #B31771

Text Example


Text Example

White with #B31771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31771; }

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

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

background-color css

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

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

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

border-color css

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

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

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