Html Css Color HEX #B20157 Jazzberry Jam

📋 copy color: '#B20157'

red 178 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #B20157

Tints of Jazzberry Jam #B20157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 66.92%
G = 0.38%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20157 (or 0xB20157) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 57. RGB value is (178,1,87). Sum of RGB (Red+Green+Blue) = 178+1+87=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B20157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20157 is #4DFEA8. Grayscale: #3F3F3F. Windows color (decimal): -5111465 or 5702066. OLE color: 5702066.

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

Color convert

RGB 178 1 87 -
CMYK 0 0.99 0.51 0.30
HSL 330.85º 0.99% 0.35% -
HSV(B) 330.85º 0.99% 0.7% -
XYZ 20.09 10.17 9.92 -
YUV 63.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 178 1 87 0 0.99 0.51 0.30 330.85 0.99 0.35
Hex B2 1 57 0 63 33 1E 14B 63 23
Octal 262 1 127 0 143 63 36 513 143 43
Binary 10110010 1 1010111 0 1100011 110011 11110 101001011 1100011 100011

Color Harmonies of #B20157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20157

Black with #B20157

Text Example


Text Example

White with #B20157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20157; }

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

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

background-color css

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

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

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

border-color css

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

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

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