Html Css Color HEX #B60171 Jazzberry Jam

📋 copy color: '#B60171'

red 182 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B60171

Tints of Jazzberry Jam #B60171

RGB

 RED value IS 182 (71.48% from 255) = 61.49%

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

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

R = 61.49%
G = 0.34%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B60171 (or 0xB60171) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 71. RGB value is (182,1,113). Sum of RGB (Red+Green+Blue) = 182+1+113=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B60171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60171 is #49FE8E. Grayscale: #434343. Windows color (decimal): -4849295 or 7406006. OLE color: 7406006.

HSL color Cylindrical-coordinate representation of color #B60171: hue angle of 322.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60171 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 113 -
CMYK 0 0.99 0.38 0.29
HSL 322.87º 0.99% 0.36% -
HSV(B) 322.87º 0.99% 0.71% -
XYZ 22.28 11.16 16.6 -
YUV 67.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 182 1 113 0 0.99 0.38 0.29 322.87 0.99 0.36
Hex B6 1 71 0 63 26 1D 143 63 24
Octal 266 1 161 0 143 46 35 503 143 44
Binary 10110110 1 1110001 0 1100011 100110 11101 101000011 1100011 100100

Color Harmonies of #B60171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60171

Black with #B60171

Text Example


Text Example

White with #B60171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60171; }

 p { color: rgb(182,1,113); }

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

background-color css

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

 a { background-color: rgb(182,1,113); }

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

border-color css

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

 span { border-color: rgb(182,1,113); }

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