Html Css Color HEX #B1216D Jazzberry Jam

📋 copy color: '#B1216D'

red 177 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #B1216D

Tints of Jazzberry Jam #B1216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 55.49%
G = 10.34%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1216D (or 0xB1216D) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 6D. RGB value is (177,33,109). Sum of RGB (Red+Green+Blue) = 177+33+109=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1216D is #4EDE92. Grayscale: #545454. Windows color (decimal): -5168787 or 7152049. OLE color: 7152049.

HSL color Cylindrical-coordinate representation of color #B1216D: hue angle of 328.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1216D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 109 -
CMYK 0 0.81 0.38 0.31
HSL 328.33º 0.69% 0.41% -
HSV(B) 328.33º 0.81% 0.69% -
XYZ 21.44 11.54 15.57 -
YUV 84.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 177 33 109 0 0.81 0.38 0.31 328.33 0.69 0.41
Hex B1 21 6D 0 51 26 1F 148 45 29
Octal 261 41 155 0 121 46 37 510 105 51
Binary 10110001 100001 1101101 0 1010001 100110 11111 101001000 1000101 101001

Color Harmonies of #B1216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1216D

Black with #B1216D

Text Example


Text Example

White with #B1216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1216D; }

 p { color: rgb(177,33,109); }

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

background-color css

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

 a { background-color: rgb(177,33,109); }

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

border-color css

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

 span { border-color: rgb(177,33,109); }

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