Html Css Color HEX #B31672 Jazzberry Jam

📋 copy color: '#B31672'

red 179 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #B31672

Tints of Jazzberry Jam #B31672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 56.83%
G = 6.98%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B31672 (or 0xB31672) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 72. RGB value is (179,22,114). Sum of RGB (Red+Green+Blue) = 179+22+114=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B31672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31672 is #4CE98D. Grayscale: #4F4F4F. Windows color (decimal): -5040526 or 7476915. OLE color: 7476915.

HSL color Cylindrical-coordinate representation of color #B31672: hue angle of 324.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31672 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 114 -
CMYK 0 0.88 0.36 0.30
HSL 324.84º 0.78% 0.39% -
HSV(B) 324.84º 0.88% 0.7% -
XYZ 21.91 11.37 16.96 -
YUV 79.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 179 22 114 0 0.88 0.36 0.30 324.84 0.78 0.39
Hex B3 16 72 0 58 24 1E 145 4E 27
Octal 263 26 162 0 130 44 36 505 116 47
Binary 10110011 10110 1110010 0 1011000 100100 11110 101000101 1001110 100111

Color Harmonies of #B31672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31672

Black with #B31672

Text Example


Text Example

White with #B31672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31672; }

 p { color: rgb(179,22,114); }

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

background-color css

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

 a { background-color: rgb(179,22,114); }

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

border-color css

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

 span { border-color: rgb(179,22,114); }

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