Html Css Color HEX #B20155 Jazzberry Jam

📋 copy color: '#B20155'

red 178 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #B20155

Tints of Jazzberry Jam #B20155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 67.42%
G = 0.38%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B20155 (or 0xB20155) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 55. RGB value is (178,1,85). Sum of RGB (Red+Green+Blue) = 178+1+85=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B20155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20155 is #4DFEAA. Grayscale: #3F3F3F. Windows color (decimal): -5111467 or 5570994. OLE color: 5570994.

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

Color convert

RGB 178 1 85 -
CMYK 0 0.99 0.52 0.30
HSL 331.53º 0.99% 0.35% -
HSV(B) 331.53º 0.99% 0.7% -
XYZ 20.01 10.14 9.5 -
YUV 63.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 178 1 85 0 0.99 0.52 0.30 331.53 0.99 0.35
Hex B2 1 55 0 63 34 1E 14C 63 23
Octal 262 1 125 0 143 64 36 514 143 43
Binary 10110010 1 1010101 0 1100011 110100 11110 101001100 1100011 100011

Color Harmonies of #B20155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20155

Black with #B20155

Text Example


Text Example

White with #B20155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20155; }

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

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

background-color css

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

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

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

border-color css

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

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

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