Html Css Color HEX #B10071 Jazzberry Jam

📋 copy color: '#B10071'

red 177 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #B10071

Tints of Jazzberry Jam #B10071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 61.03%
G = 0%
B = 38.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B10071 (or 0xB10071) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 71. RGB value is (177,0,113). Sum of RGB (Red+Green+Blue) = 177+0+113=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B10071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10071 is #4EFF8E. Grayscale: #414141. Windows color (decimal): -5177231 or 7405745. OLE color: 7405745.

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

Color convert

RGB 177 0 113 -
CMYK 0 1 0.36 0.31
HSL 321.69º 1% 0.35% -
HSV(B) 321.69º 1% 0.69% -
XYZ 21.11 10.54 16.54 -
YUV 65.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 177 0 113 0 1 0.36 0.31 321.69 1 0.35
Hex B1 0 71 0 64 24 1F 142 64 23
Octal 261 0 161 0 144 44 37 502 144 43
Binary 10110001 0 1110001 0 1100100 100100 11111 101000010 1100100 100011

Color Harmonies of #B10071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10071

Black with #B10071

Text Example


Text Example

White with #B10071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10071; }

 p { color: rgb(177,0,113); }

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

background-color css

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

 a { background-color: rgb(177,0,113); }

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

border-color css

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

 span { border-color: rgb(177,0,113); }

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