Html Css Color HEX #B20770 Jazzberry Jam

📋 copy color: '#B20770'

red 178 ◦ green 7 ◦ blue 112

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

Shades of Jazzberry Jam #B20770

Tints of Jazzberry Jam #B20770

RGB

 RED value IS 178 (69.92% from 255) = 59.93%

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 59.93%
G = 2.36%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B20770 (or 0xB20770) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 70. RGB value is (178,7,112). Sum of RGB (Red+Green+Blue) = 178+7+112=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B20770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20770 is #4DF88F. Grayscale: #454545. Windows color (decimal): -5109904 or 7342002. OLE color: 7342002.

HSL color Cylindrical-coordinate representation of color #B20770: hue angle of 323.16º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20770 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 112 -
CMYK 0 0.96 0.37 0.30
HSL 323.16º 0.92% 0.36% -
HSV(B) 323.16º 0.96% 0.7% -
XYZ 21.36 10.79 16.29 -
YUV 70.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 178 7 112 0 0.96 0.37 0.30 323.16 0.92 0.36
Hex B2 7 70 0 60 25 1E 143 5C 24
Octal 262 7 160 0 140 45 36 503 134 44
Binary 10110010 111 1110000 0 1100000 100101 11110 101000011 1011100 100100

Color Harmonies of #B20770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20770

Black with #B20770

Text Example


Text Example

White with #B20770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20770; }

 p { color: rgb(178,7,112); }

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

background-color css

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

 a { background-color: rgb(178,7,112); }

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

border-color css

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

 span { border-color: rgb(178,7,112); }

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