Html Css Color HEX #B20550 Jazzberry Jam

📋 copy color: '#B20550'

red 178 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B20550

Tints of Jazzberry Jam #B20550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 67.68%
G = 1.9%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B20550 (or 0xB20550) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 50. RGB value is (178,5,80). Sum of RGB (Red+Green+Blue) = 178+5+80=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B20550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20550 is #4DFAAF. Grayscale: #414141. Windows color (decimal): -5110448 or 5244338. OLE color: 5244338.

HSL color Cylindrical-coordinate representation of color #B20550: hue angle of 333.99º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20550 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 80 -
CMYK 0 0.97 0.55 0.30
HSL 333.99º 0.95% 0.36% -
HSV(B) 333.99º 0.97% 0.7% -
XYZ 19.86 10.15 8.5 -
YUV 65.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 178 5 80 0 0.97 0.55 0.30 333.99 0.95 0.36
Hex B2 5 50 0 61 37 1E 14E 5F 24
Octal 262 5 120 0 141 67 36 516 137 44
Binary 10110010 101 1010000 0 1100001 110111 11110 101001110 1011111 100100

Color Harmonies of #B20550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20550

Black with #B20550

Text Example


Text Example

White with #B20550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20550; }

 p { color: rgb(178,5,80); }

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

background-color css

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

 a { background-color: rgb(178,5,80); }

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

border-color css

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

 span { border-color: rgb(178,5,80); }

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