Html Css Color HEX #B20271 Jazzberry Jam

📋 copy color: '#B20271'

red 178 ◦ green 2 ◦ blue 113

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

Shades of Jazzberry Jam #B20271

Tints of Jazzberry Jam #B20271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 60.75%
G = 0.68%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B20271 (or 0xB20271) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 71. RGB value is (178,2,113). Sum of RGB (Red+Green+Blue) = 178+2+113=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B20271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20271 is #4DFD8E. Grayscale: #434343. Windows color (decimal): -5111183 or 7406258. OLE color: 7406258.

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

Color convert

RGB 178 2 113 -
CMYK 0 0.99 0.37 0.30
HSL 322.16º 0.98% 0.35% -
HSV(B) 322.16º 0.99% 0.7% -
XYZ 21.36 10.7 16.56 -
YUV 67.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 178 2 113 0 0.99 0.37 0.30 322.16 0.98 0.35
Hex B2 2 71 0 63 25 1E 142 62 23
Octal 262 2 161 0 143 45 36 502 142 43
Binary 10110010 10 1110001 0 1100011 100101 11110 101000010 1100010 100011

Color Harmonies of #B20271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20271

Black with #B20271

Text Example


Text Example

White with #B20271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20271; }

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

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

background-color css

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

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

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

border-color css

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

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

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