Html Css Color HEX #B1016F Jazzberry Jam

📋 copy color: '#B1016F'

red 177 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #B1016F

Tints of Jazzberry Jam #B1016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 61.25%
G = 0.35%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1016F (or 0xB1016F) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 6F. RGB value is (177,1,111). Sum of RGB (Red+Green+Blue) = 177+1+111=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016F is #4EFE90. Grayscale: #414141. Windows color (decimal): -5176977 or 7274929. OLE color: 7274929.

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

Color convert

RGB 177 1 111 -
CMYK 0 0.99 0.37 0.31
HSL 322.5º 0.99% 0.35% -
HSV(B) 322.5º 0.99% 0.69% -
XYZ 21.01 10.52 15.96 -
YUV 66.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 177 1 111 0 0.99 0.37 0.31 322.5 0.99 0.35
Hex B1 1 6F 0 63 25 1F 142 63 23
Octal 261 1 157 0 143 45 37 502 143 43
Binary 10110001 1 1101111 0 1100011 100101 11111 101000010 1100011 100011

Color Harmonies of #B1016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1016F

Black with #B1016F

Text Example


Text Example

White with #B1016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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