Html Css Color HEX #B70671 Jazzberry Jam

📋 copy color: '#B70671'

red 183 ◦ green 6 ◦ blue 113

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

Shades of Jazzberry Jam #B70671

Tints of Jazzberry Jam #B70671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 60.6%
G = 1.99%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B70671 (or 0xB70671) is known color: Jazzberry Jam. HEX triplet: B7, 06 and 71. RGB value is (183,6,113). Sum of RGB (Red+Green+Blue) = 183+6+113=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B70671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70671 is #48F98E. Grayscale: #464646. Windows color (decimal): -4782479 or 7407287. OLE color: 7407287.

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

Color convert

RGB 183 6 113 -
CMYK 0 0.97 0.38 0.28
HSL 323.73º 0.94% 0.37% -
HSV(B) 323.73º 0.97% 0.72% -
XYZ 22.57 11.39 16.63 -
YUV 71.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 183 6 113 0 0.97 0.38 0.28 323.73 0.94 0.37
Hex B7 6 71 0 61 26 1C 144 5E 25
Octal 267 6 161 0 141 46 34 504 136 45
Binary 10110111 110 1110001 0 1100001 100110 11100 101000100 1011110 100101

Color Harmonies of #B70671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70671

Black with #B70671

Text Example


Text Example

White with #B70671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70671; }

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

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

background-color css

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

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

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

border-color css

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

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

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