Html Css Color HEX #B20147 Jazzberry Jam

📋 copy color: '#B20147'

red 178 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #B20147

Tints of Jazzberry Jam #B20147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 71.2%
G = 0.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20147 (or 0xB20147) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 47. RGB value is (178,1,71). Sum of RGB (Red+Green+Blue) = 178+1+71=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20147 is #4DFEB8. Grayscale: #3D3D3D. Windows color (decimal): -5111481 or 4653490. OLE color: 4653490.

HSL color Cylindrical-coordinate representation of color #B20147: hue angle of 336.27º degrees, saturation: 0.99, 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 #B20147 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 71 -
CMYK 0 0.99 0.60 0.30
HSL 336.27º 0.99% 0.35% -
HSV(B) 336.27º 0.99% 0.7% -
XYZ 19.51 9.94 6.85 -
YUV 61.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 178 1 71 0 0.99 0.60 0.30 336.27 0.99 0.35
Hex B2 1 47 0 63 3C 1E 150 63 23
Octal 262 1 107 0 143 74 36 520 143 43
Binary 10110010 1 1000111 0 1100011 111100 11110 101010000 1100011 100011

Color Harmonies of #B20147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20147

Black with #B20147

Text Example


Text Example

White with #B20147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20147; }

 p { color: rgb(178,1,71); }

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

background-color css

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

 a { background-color: rgb(178,1,71); }

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

border-color css

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

 span { border-color: rgb(178,1,71); }

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