Html Css Color HEX #B70371 Jazzberry Jam

📋 copy color: '#B70371'

red 183 ◦ green 3 ◦ blue 113

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

Shades of Jazzberry Jam #B70371

Tints of Jazzberry Jam #B70371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 61.2%
G = 1%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B70371 (or 0xB70371) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 71. RGB value is (183,3,113). Sum of RGB (Red+Green+Blue) = 183+3+113=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B70371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70371 is #48FC8E. Grayscale: #454545. Windows color (decimal): -4783247 or 7406519. OLE color: 7406519.

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

Color convert

RGB 183 3 113 -
CMYK 0 0.98 0.38 0.28
HSL 323.33º 0.97% 0.36% -
HSV(B) 323.33º 0.98% 0.72% -
XYZ 22.54 11.32 16.62 -
YUV 69.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 183 3 113 0 0.98 0.38 0.28 323.33 0.97 0.36
Hex B7 3 71 0 62 26 1C 143 61 24
Octal 267 3 161 0 142 46 34 503 141 44
Binary 10110111 11 1110001 0 1100010 100110 11100 101000011 1100001 100100

Color Harmonies of #B70371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70371

Black with #B70371

Text Example


Text Example

White with #B70371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70371; }

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

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

background-color css

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

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

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

border-color css

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

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

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