Html Css Color HEX #B1036D Jazzberry Jam

📋 copy color: '#B1036D'

red 177 ◦ green 3 ◦ blue 109

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

Shades of Jazzberry Jam #B1036D

Tints of Jazzberry Jam #B1036D

RGB

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

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

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

R = 61.25%
G = 1.04%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1036D (or 0xB1036D) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 6D. RGB value is (177,3,109). Sum of RGB (Red+Green+Blue) = 177+3+109=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1036D is #4EFC92. Grayscale: #424242. Windows color (decimal): -5176467 or 7144369. OLE color: 7144369.

HSL color Cylindrical-coordinate representation of color #B1036D: hue angle of 323.45º 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 #B1036D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 109 -
CMYK 0 0.98 0.38 0.31
HSL 323.45º 0.97% 0.35% -
HSV(B) 323.45º 0.98% 0.69% -
XYZ 20.92 10.52 15.4 -
YUV 67.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 177 3 109 0 0.98 0.38 0.31 323.45 0.97 0.35
Hex B1 3 6D 0 62 26 1F 143 61 23
Octal 261 3 155 0 142 46 37 503 141 43
Binary 10110001 11 1101101 0 1100010 100110 11111 101000011 1100001 100011

Color Harmonies of #B1036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1036D

Black with #B1036D

Text Example


Text Example

White with #B1036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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