Html Css Color HEX #B20B73 Jazzberry Jam

📋 copy color: '#B20B73'

red 178 ◦ green 11 ◦ blue 115

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

Shades of Jazzberry Jam #B20B73

Tints of Jazzberry Jam #B20B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 58.55%
G = 3.62%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20B73 (or 0xB20B73) is known color: Jazzberry Jam. HEX triplet: B2, 0B and 73. RGB value is (178,11,115). Sum of RGB (Red+Green+Blue) = 178+11+115=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B73 is #4DF48C. Grayscale: #484848. Windows color (decimal): -5108877 or 7539634. OLE color: 7539634.

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

Color convert

RGB 178 11 115 -
CMYK 0 0.94 0.35 0.30
HSL 322.63º 0.88% 0.37% -
HSV(B) 322.63º 0.94% 0.7% -
XYZ 21.57 10.94 17.19 -
YUV 72.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 178 11 115 0 0.94 0.35 0.30 322.63 0.88 0.37
Hex B2 B 73 0 5E 23 1E 143 58 25
Octal 262 13 163 0 136 43 36 503 130 45
Binary 10110010 1011 1110011 0 1011110 100011 11110 101000011 1011000 100101

Color Harmonies of #B20B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B73

Black with #B20B73

Text Example


Text Example

White with #B20B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B73; }

 p { color: rgb(178,11,115); }

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

background-color css

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

 a { background-color: rgb(178,11,115); }

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

border-color css

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

 span { border-color: rgb(178,11,115); }

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