Html Css Color HEX #B20771 Jazzberry Jam

📋 copy color: '#B20771'

red 178 ◦ green 7 ◦ blue 113

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

Shades of Jazzberry Jam #B20771

Tints of Jazzberry Jam #B20771

RGB

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

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

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

R = 59.73%
G = 2.35%
B = 37.92%

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

#B20771 (or 0xB20771) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 71. RGB value is (178,7,113). Sum of RGB (Red+Green+Blue) = 178+7+113=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20771 is #4DF88E. Grayscale: #454545. Windows color (decimal): -5109903 or 7407538. OLE color: 7407538.

HSL color Cylindrical-coordinate representation of color #B20771: hue angle of 322.81º 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 #B20771 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 113 -
CMYK 0 0.96 0.37 0.30
HSL 322.81º 0.92% 0.36% -
HSV(B) 322.81º 0.96% 0.7% -
XYZ 21.42 10.81 16.58 -
YUV 70.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 178 7 113 0 0.96 0.37 0.30 322.81 0.92 0.36
Hex B2 7 71 0 60 25 1E 143 5C 24
Octal 262 7 161 0 140 45 36 503 134 44
Binary 10110010 111 1110001 0 1100000 100101 11110 101000011 1011100 100100

Color Harmonies of #B20771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20771

Black with #B20771

Text Example


Text Example

White with #B20771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20771; }

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

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

background-color css

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

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

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

border-color css

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

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

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