Html Css Color HEX #B1016B Jazzberry Jam

📋 copy color: '#B1016B'

red 177 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #B1016B

Tints of Jazzberry Jam #B1016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 62.11%
G = 0.35%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1016B (or 0xB1016B) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 6B. RGB value is (177,1,107). Sum of RGB (Red+Green+Blue) = 177+1+107=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016B is #4EFE94. Grayscale: #414141. Windows color (decimal): -5176981 or 7012785. OLE color: 7012785.

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

Color convert

RGB 177 1 107 -
CMYK 0 0.99 0.40 0.31
HSL 323.86º 0.99% 0.35% -
HSV(B) 323.86º 0.99% 0.69% -
XYZ 20.8 10.43 14.83 -
YUV 65.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 177 1 107 0 0.99 0.40 0.31 323.86 0.99 0.35
Hex B1 1 6B 0 63 28 1F 144 63 23
Octal 261 1 153 0 143 50 37 504 143 43
Binary 10110001 1 1101011 0 1100011 101000 11111 101000100 1100011 100011

Color Harmonies of #B1016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1016B

Black with #B1016B

Text Example


Text Example

White with #B1016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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