Html Css Color HEX #B20374 Jazzberry Jam

📋 copy color: '#B20374'

red 178 ◦ green 3 ◦ blue 116

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

Shades of Jazzberry Jam #B20374

Tints of Jazzberry Jam #B20374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 59.93%
G = 1.01%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20374 (or 0xB20374) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 74. RGB value is (178,3,116). Sum of RGB (Red+Green+Blue) = 178+3+116=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B20374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20374 is #4DFC8B. Grayscale: #434343. Windows color (decimal): -5110924 or 7603122. OLE color: 7603122.

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

Color convert

RGB 178 3 116 -
CMYK 0 0.98 0.35 0.30
HSL 321.26º 0.97% 0.35% -
HSV(B) 321.26º 0.98% 0.7% -
XYZ 21.55 10.79 17.47 -
YUV 68.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 178 3 116 0 0.98 0.35 0.30 321.26 0.97 0.35
Hex B2 3 74 0 62 23 1E 141 61 23
Octal 262 3 164 0 142 43 36 501 141 43
Binary 10110010 11 1110100 0 1100010 100011 11110 101000001 1100001 100011

Color Harmonies of #B20374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20374

Black with #B20374

Text Example


Text Example

White with #B20374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20374; }

 p { color: rgb(178,3,116); }

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

background-color css

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

 a { background-color: rgb(178,3,116); }

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

border-color css

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

 span { border-color: rgb(178,3,116); }

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