Html Css Color HEX #B10056 Jazzberry Jam

📋 copy color: '#B10056'

red 177 ◦ green 0 ◦ blue 86

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

Shades of Jazzberry Jam #B10056

Tints of Jazzberry Jam #B10056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 67.3%
G = 0%
B = 32.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B10056 (or 0xB10056) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 56. RGB value is (177,0,86). Sum of RGB (Red+Green+Blue) = 177+0+86=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10056 is #4EFFA9. Grayscale: #3E3E3E. Windows color (decimal): -5177258 or 5636273. OLE color: 5636273.

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

Color convert

RGB 177 0 86 -
CMYK 0 1 0.51 0.31
HSL 330.85º 1% 0.35% -
HSV(B) 330.85º 1% 0.69% -
XYZ 19.81 10.02 9.69 -
YUV 62.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 177 0 86 0 1 0.51 0.31 330.85 1 0.35
Hex B1 0 56 0 64 33 1F 14B 64 23
Octal 261 0 126 0 144 63 37 513 144 43
Binary 10110001 0 1010110 0 1100100 110011 11111 101001011 1100100 100011

Color Harmonies of #B10056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10056

Black with #B10056

Text Example


Text Example

White with #B10056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10056; }

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

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

background-color css

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

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

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

border-color css

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

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

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