Html Css Color HEX #B1036A Jazzberry Jam

📋 copy color: '#B1036A'

red 177 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #B1036A

Tints of Jazzberry Jam #B1036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 61.89%
G = 1.05%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1036A (or 0xB1036A) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 6A. RGB value is (177,3,106). Sum of RGB (Red+Green+Blue) = 177+3+106=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1036A is #4EFC95. Grayscale: #424242. Windows color (decimal): -5176470 or 6947761. OLE color: 6947761.

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

Color convert

RGB 177 3 106 -
CMYK 0 0.98 0.40 0.31
HSL 324.48º 0.97% 0.35% -
HSV(B) 324.48º 0.98% 0.69% -
XYZ 20.77 10.45 14.56 -
YUV 66.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 177 3 106 0 0.98 0.40 0.31 324.48 0.97 0.35
Hex B1 3 6A 0 62 28 1F 144 61 23
Octal 261 3 152 0 142 50 37 504 141 43
Binary 10110001 11 1101010 0 1100010 101000 11111 101000100 1100001 100011

Color Harmonies of #B1036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1036A

Black with #B1036A

Text Example


Text Example

White with #B1036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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