Html Css Color HEX #B1036F Jazzberry Jam

📋 copy color: '#B1036F'

red 177 ◦ green 3 ◦ blue 111

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

Shades of Jazzberry Jam #B1036F

Tints of Jazzberry Jam #B1036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 60.82%
G = 1.03%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1036F (or 0xB1036F) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 6F. RGB value is (177,3,111). Sum of RGB (Red+Green+Blue) = 177+3+111=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1036F is #4EFC90. Grayscale: #434343. Windows color (decimal): -5176465 or 7275441. OLE color: 7275441.

HSL color Cylindrical-coordinate representation of color #B1036F: hue angle of 322.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1036F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 111 -
CMYK 0 0.98 0.37 0.31
HSL 322.76º 0.97% 0.35% -
HSV(B) 322.76º 0.98% 0.69% -
XYZ 21.03 10.56 15.97 -
YUV 67.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 177 3 111 0 0.98 0.37 0.31 322.76 0.97 0.35
Hex B1 3 6F 0 62 25 1F 143 61 23
Octal 261 3 157 0 142 45 37 503 141 43
Binary 10110001 11 1101111 0 1100010 100101 11111 101000011 1100001 100011

Color Harmonies of #B1036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1036F

Black with #B1036F

Text Example


Text Example

White with #B1036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1036F; }

 p { color: rgb(177,3,111); }

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

background-color css

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

 a { background-color: rgb(177,3,111); }

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

border-color css

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

 span { border-color: rgb(177,3,111); }

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