Html Css Color HEX #B70171 Jazzberry Jam

📋 copy color: '#B70171'

red 183 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B70171

Tints of Jazzberry Jam #B70171

RGB

 RED value IS 183 (71.88% from 255) = 61.62%

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

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

R = 61.62%
G = 0.34%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B70171 (or 0xB70171) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 71. RGB value is (183,1,113). Sum of RGB (Red+Green+Blue) = 183+1+113=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B70171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70171 is #48FE8E. Grayscale: #434343. Windows color (decimal): -4783759 or 7406007. OLE color: 7406007.

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

Color convert

RGB 183 1 113 -
CMYK 0 0.99 0.38 0.28
HSL 323.08º 0.99% 0.36% -
HSV(B) 323.08º 0.99% 0.72% -
XYZ 22.52 11.28 16.61 -
YUV 68.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 183 1 113 0 0.99 0.38 0.28 323.08 0.99 0.36
Hex B7 1 71 0 63 26 1C 143 63 24
Octal 267 1 161 0 143 46 34 503 143 44
Binary 10110111 1 1110001 0 1100011 100110 11100 101000011 1100011 100100

Color Harmonies of #B70171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70171

Black with #B70171

Text Example


Text Example

White with #B70171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70171; }

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

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

background-color css

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

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

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

border-color css

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

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

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