Html Css Color HEX #B20050 Jazzberry Jam

📋 copy color: '#B20050'

red 178 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #B20050

Tints of Jazzberry Jam #B20050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.99%
G = 0%
B = 31.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B20050 (or 0xB20050) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 50. RGB value is (178,0,80). Sum of RGB (Red+Green+Blue) = 178+0+80=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B20050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20050 is #4DFFAF. Grayscale: #3E3E3E. Windows color (decimal): -5111728 or 5243058. OLE color: 5243058.

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

Color convert

RGB 178 0 80 -
CMYK 0 1 0.55 0.30
HSL 333.03º 1% 0.35% -
HSV(B) 333.03º 1% 0.7% -
XYZ 19.81 10.04 8.48 -
YUV 62.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 178 0 80 0 1 0.55 0.30 333.03 1 0.35
Hex B2 0 50 0 64 37 1E 14D 64 23
Octal 262 0 120 0 144 67 36 515 144 43
Binary 10110010 0 1010000 0 1100100 110111 11110 101001101 1100100 100011

Color Harmonies of #B20050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20050

Black with #B20050

Text Example


Text Example

White with #B20050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20050; }

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

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

background-color css

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

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

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

border-color css

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

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

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