Html Css Color HEX #B20071 Jazzberry Jam

📋 copy color: '#B20071'

red 178 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #B20071

Tints of Jazzberry Jam #B20071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.17%
G = 0%
B = 38.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B20071 (or 0xB20071) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 71. RGB value is (178,0,113). Sum of RGB (Red+Green+Blue) = 178+0+113=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B20071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20071 is #4DFF8E. Grayscale: #414141. Windows color (decimal): -5111695 or 7405746. OLE color: 7405746.

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

Color convert

RGB 178 0 113 -
CMYK 0 1 0.37 0.30
HSL 321.91º 1% 0.35% -
HSV(B) 321.91º 1% 0.7% -
XYZ 21.34 10.66 16.56 -
YUV 66.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 178 0 113 0 1 0.37 0.30 321.91 1 0.35
Hex B2 0 71 0 64 25 1E 142 64 23
Octal 262 0 161 0 144 45 36 502 144 43
Binary 10110010 0 1110001 0 1100100 100101 11110 101000010 1100100 100011

Color Harmonies of #B20071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20071

Black with #B20071

Text Example


Text Example

White with #B20071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20071; }

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

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

background-color css

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

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

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

border-color css

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

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

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